comparison eatgq.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
249 tgq_decode_init, 249 tgq_decode_init,
250 NULL, 250 NULL,
251 tgq_decode_end, 251 tgq_decode_end,
252 tgq_decode_frame, 252 tgq_decode_frame,
253 CODEC_CAP_DR1, 253 CODEC_CAP_DR1,
254 .long_name = NULL_IF_CONFIG_SMALL("Electronic Arts TGQ Video"), 254 .long_name = NULL_IF_CONFIG_SMALL("Electronic Arts TGQ video"),
255 }; 255 };