Commit f4499c95 authored by Baptiste Coudurier's avatar Baptiste Coudurier

libopenjpeg wrapper uses get_buffer, set CODEC_CAP_DR1

Originally committed as revision 19100 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent d0a79367
......@@ -188,6 +188,6 @@ AVCodec libopenjpeg_decoder = {
NULL,
libopenjpeg_decode_close,
libopenjpeg_decode_frame,
NULL,
CODEC_CAP_DR1,
.long_name = NULL_IF_CONFIG_SMALL("OpenJPEG based JPEG 2000 decoder"),
} ;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment