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