mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-03 04:37:15 +08:00
libopenjpeg wrapper uses get_buffer, set CODEC_CAP_DR1
Originally committed as revision 19100 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -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"),
|
||||
} ;
|
||||
|
Reference in New Issue
Block a user