Change a bunch of codec long_names to be more consistent and descriptive.

Originally committed as revision 17716 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun
2009-03-02 05:18:33 +00:00
parent 421ae271da
commit 0ffbc258aa
14 changed files with 15 additions and 15 deletions

View File

@@ -211,5 +211,5 @@ AVCodec eacmv_decoder = {
cmv_decode_end,
cmv_decode_frame,
CODEC_CAP_DR1,
.long_name = NULL_IF_CONFIG_SMALL("Electronic Arts CMV Video"),
.long_name = NULL_IF_CONFIG_SMALL("Electronic Arts CMV video"),
};