X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fdecode.h;h=c3e0e82f4cdacc36c4bdd124022349c62b2b74ea;hb=110dce96331529a13cc815d3c852aed9d37f83d0;hp=15271c529ab64bbb3d3c57963ed637c08d92c2c6;hpb=f790410b6baa4ee53e8a5796e986de0cae78b073;p=ffmpeg diff --git a/libavcodec/decode.h b/libavcodec/decode.h index 15271c529ab..c3e0e82f4cd 100644 --- a/libavcodec/decode.h +++ b/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); /**