Mercurial > libavformat.hg
diff sol.c @ 1167:d89d7ef290da libavformat
give AVInput/OutputFormat structs consistent names
| author | mru |
|---|---|
| date | Sun, 09 Jul 2006 23:40:53 +0000 |
| parents | e3a585883bbd |
| children | d18cc9a1fd02 |
line wrap: on
line diff
--- a/sol.c Sun Jul 09 10:33:49 2006 +0000 +++ b/sol.c Sun Jul 09 23:40:53 2006 +0000 @@ -146,7 +146,7 @@ return 0; } -static AVInputFormat sol_iformat = { +static AVInputFormat sol_demuxer = { "sol", "Sierra SOL Format", 0, @@ -159,6 +159,6 @@ int sol_init(void) { - av_register_input_format(&sol_iformat); + av_register_input_format(&sol_demuxer); return 0; }
