Mercurial > libavformat.hg
diff smacker.c @ 1167:d89d7ef290da libavformat
give AVInput/OutputFormat structs consistent names
| author | mru |
|---|---|
| date | Sun, 09 Jul 2006 23:40:53 +0000 |
| parents | 801d4a5cf353 |
| children | d18cc9a1fd02 |
line wrap: on
line diff
--- a/smacker.c Sun Jul 09 10:33:49 2006 +0000 +++ b/smacker.c Sun Jul 09 23:40:53 2006 +0000 @@ -332,7 +332,7 @@ return 0; } -static AVInputFormat smacker_iformat = { +static AVInputFormat smacker_demuxer = { "smk", "Smacker Video", sizeof(SmackerContext), @@ -344,6 +344,6 @@ int smacker_init(void) { - av_register_input_format(&smacker_iformat); + av_register_input_format(&smacker_demuxer); return 0; }
