comparison mjpegbdec.c @ 6717:5df0c730234d libavcodec

Add some long names to AVCodec declarations. patch by Stefano Sabatini, stefano.sabatini-lala poste it
author diego
date Tue, 29 Apr 2008 07:24:44 +0000
parents 22cca5d3173a
children e943e1409077
comparison
equal deleted inserted replaced
6716:aa09311685b2 6717:5df0c730234d
143 ff_mjpeg_decode_init, 143 ff_mjpeg_decode_init,
144 NULL, 144 NULL,
145 ff_mjpeg_decode_end, 145 ff_mjpeg_decode_end,
146 mjpegb_decode_frame, 146 mjpegb_decode_frame,
147 CODEC_CAP_DR1, 147 CODEC_CAP_DR1,
148 NULL 148 NULL,
149 .long_name = "Apple MJPEG-B",
149 }; 150 };