mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-05-29 21:47:48 +02:00
avcodec/decode: use the correct function name
Fixes compilation erros. Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
dd7bdb40c4
commit
74611cdb5c
@ -632,7 +632,7 @@ static int decode_receive_frame_internal(AVCodecContext *avctx, AVFrame *frame)
|
|||||||
if (avctx->codec_type != AVMEDIA_TYPE_VIDEO)
|
if (avctx->codec_type != AVMEDIA_TYPE_VIDEO)
|
||||||
frame->flags |= AV_FRAME_FLAG_KEY;
|
frame->flags |= AV_FRAME_FLAG_KEY;
|
||||||
|
|
||||||
ret = fill_missing_fields(avctx, frame);
|
ret = fill_frame_props(avctx, frame);
|
||||||
if (ret < 0) {
|
if (ret < 0) {
|
||||||
av_frame_unref(frame);
|
av_frame_unref(frame);
|
||||||
return ret;
|
return ret;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user