mirror of https://git.ffmpeg.org/ffmpeg.git
avcodec/crystalhd: signal that the decoder sets all output frame properties
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
6b4805686c
commit
ec8e95296e
|
@ -780,6 +780,7 @@ static int crystalhd_receive_frame(AVCodecContext *avctx, AVFrame *frame)
|
||||||
.flush = flush, \
|
.flush = flush, \
|
||||||
.bsfs = bsf_name, \
|
.bsfs = bsf_name, \
|
||||||
.capabilities = AV_CODEC_CAP_DELAY | AV_CODEC_CAP_AVOID_PROBING | AV_CODEC_CAP_HARDWARE, \
|
.capabilities = AV_CODEC_CAP_DELAY | AV_CODEC_CAP_AVOID_PROBING | AV_CODEC_CAP_HARDWARE, \
|
||||||
|
.caps_internal = FF_CODEC_CAP_SETS_FRAME_PROPS, \
|
||||||
.pix_fmts = (const enum AVPixelFormat[]){AV_PIX_FMT_YUYV422, AV_PIX_FMT_NONE}, \
|
.pix_fmts = (const enum AVPixelFormat[]){AV_PIX_FMT_YUYV422, AV_PIX_FMT_NONE}, \
|
||||||
.wrapper_name = "crystalhd", \
|
.wrapper_name = "crystalhd", \
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue