From 8510f335c3ff39c207d8cb906da3eb91cd73d75a Mon Sep 17 00:00:00 2001 From: trav90 Date: Mon, 30 May 2022 14:44:19 -0500 Subject: [Libs:ffvpx] Update FFVPX to version 4.2.7 --- libs/ffvpx/libavcodec/decode.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libs/ffvpx/libavcodec/decode.h') diff --git a/libs/ffvpx/libavcodec/decode.h b/libs/ffvpx/libavcodec/decode.h index 15271c529..c3e0e82f4 100644 --- a/libs/ffvpx/libavcodec/decode.h +++ b/libs/ffvpx/libavcodec/decode.h @@ -64,6 +64,8 @@ typedef struct FrameDecodeData { */ int ff_decode_get_packet(AVCodecContext *avctx, AVPacket *pkt); +int ff_decode_bsfs_init(AVCodecContext *avctx); + void ff_decode_bsfs_uninit(AVCodecContext *avctx); /** -- cgit v1.2.3