summaryrefslogtreecommitdiff
path: root/libs/ffvpx/libavcodec/decode.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ffvpx/libavcodec/decode.h')
-rw-r--r--libs/ffvpx/libavcodec/decode.h2
1 files changed, 2 insertions, 0 deletions
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);
/**