comparison rv40.c @ 6712:5b3acf9fd50a libavcodec

Add long names to AVCodec declarations. patch by Stefano Sabatini, stefano.sabatini-lala poste it
author diego
date Sun, 27 Apr 2008 22:39:51 +0000
parents 48759bfbd073
children 05c3a4b419e9
comparison
equal deleted inserted replaced
6711:78c7765d9618 6712:5b3acf9fd50a
274 rv40_decode_init, 274 rv40_decode_init,
275 NULL, 275 NULL,
276 ff_rv34_decode_end, 276 ff_rv34_decode_end,
277 ff_rv34_decode_frame, 277 ff_rv34_decode_frame,
278 CODEC_CAP_DR1 | CODEC_CAP_DELAY, 278 CODEC_CAP_DR1 | CODEC_CAP_DELAY,
279 .long_name = "RealVideo 4.0",
279 }; 280 };