comparison eacmv.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 54bc8a2727b0
comparison
equal deleted inserted replaced
9082:ac81b12341d0 9083:bf274494b66e
209 cmv_decode_init, 209 cmv_decode_init,
210 NULL, 210 NULL,
211 cmv_decode_end, 211 cmv_decode_end,
212 cmv_decode_frame, 212 cmv_decode_frame,
213 CODEC_CAP_DR1, 213 CODEC_CAP_DR1,
214 .long_name = NULL_IF_CONFIG_SMALL("Electronic Arts CMV Video"), 214 .long_name = NULL_IF_CONFIG_SMALL("Electronic Arts CMV video"),
215 }; 215 };