comparison sp5xdec.c @ 9797:8d60502aead2 libavcodec

amv decoder uses get_buffer, set CODEC_CAP_DR1
author bcoudurier
date Fri, 05 Jun 2009 08:18:17 +0000
parents b8140a218b1d
children 8a4984c5cacc
comparison
equal deleted inserted replaced
9796:f31c21164e58 9797:8d60502aead2
214 sizeof(MJpegDecodeContext), 214 sizeof(MJpegDecodeContext),
215 ff_mjpeg_decode_init, 215 ff_mjpeg_decode_init,
216 NULL, 216 NULL,
217 ff_mjpeg_decode_end, 217 ff_mjpeg_decode_end,
218 sp5x_decode_frame, 218 sp5x_decode_frame,
219 CODEC_CAP_DR1,
219 .long_name = NULL_IF_CONFIG_SMALL("AMV Video"), 220 .long_name = NULL_IF_CONFIG_SMALL("AMV Video"),
220 }; 221 };