mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-26 09:12:33 +00:00
avcodec/mmaldec: remove FF_CODEC_CAP_SETS_PKT_DTS flag
It has no effect on receive_frame() decoders. Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
823387aa9f
commit
132271c54e
@ -843,8 +843,7 @@ static const AVClass ffmmal_dec_class = {
|
||||
.flush = ffmmal_flush, \
|
||||
.p.priv_class = &ffmmal_dec_class, \
|
||||
.p.capabilities = AV_CODEC_CAP_DELAY | AV_CODEC_CAP_HARDWARE, \
|
||||
.caps_internal = FF_CODEC_CAP_NOT_INIT_THREADSAFE | \
|
||||
FF_CODEC_CAP_SETS_PKT_DTS, \
|
||||
.caps_internal = FF_CODEC_CAP_NOT_INIT_THREADSAFE \
|
||||
.p.pix_fmts = (const enum AVPixelFormat[]) { AV_PIX_FMT_MMAL, \
|
||||
AV_PIX_FMT_YUV420P, \
|
||||
AV_PIX_FMT_NONE}, \
|
||||
|
Loading…
Reference in New Issue
Block a user