Skip to content
Snippets Groups Projects
Commit f4499c95 authored by Baptiste Coudurier's avatar Baptiste Coudurier
Browse files

libopenjpeg wrapper uses get_buffer, set CODEC_CAP_DR1

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