X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fdecode.h;h=c3e0e82f4cdacc36c4bdd124022349c62b2b74ea;hb=ec1e4a8baf1bfdb693555ffea7c280e1cf842dfc;hp=15271c529ab64bbb3d3c57963ed637c08d92c2c6;hpb=6f277e1f76121736baf98aedb2bf55d8bb413fa7;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); /**