comparison nuv.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 967c0a1a60a0
children 851ff1a23191
comparison
equal deleted inserted replaced
9082:ac81b12341d0 9083:bf274494b66e
278 decode_init, 278 decode_init,
279 NULL, 279 NULL,
280 decode_end, 280 decode_end,
281 decode_frame, 281 decode_frame,
282 CODEC_CAP_DR1, 282 CODEC_CAP_DR1,
283 .long_name = NULL_IF_CONFIG_SMALL("NuppelVideo"), 283 .long_name = NULL_IF_CONFIG_SMALL("NuppelVideo/RTJPEG"),
284 }; 284 };
285 285