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:
@@ -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"),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user