Mercurial > libavcodec.hg
diff interplayvideo.c @ 9083:bf274494b66e libavcodec
Change a bunch of codec long_names to be more consistent and descriptive.
| author | diego |
|---|---|
| date | Mon, 02 Mar 2009 05:18:33 +0000 |
| parents | e9d9d946f213 |
| children | 5d2f8632d417 |
line wrap: on
line diff
--- a/interplayvideo.c Mon Mar 02 02:25:31 2009 +0000 +++ b/interplayvideo.c Mon Mar 02 05:18:33 2009 +0000 @@ -942,5 +942,5 @@ ipvideo_decode_end, ipvideo_decode_frame, CODEC_CAP_DR1, - .long_name = NULL_IF_CONFIG_SMALL("Interplay MVE Video"), + .long_name = NULL_IF_CONFIG_SMALL("Interplay MVE video"), };
