]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/decode.h
lavc: move decoder bsf init into decoder-specific code
[ffmpeg] / libavcodec / decode.h
index a865fe954f835dd2e17f584eb09d6b35af4b2a5e..1467b1eb33788fed99b36cf0ec7ad7a75d231a4c 100644 (file)
@@ -69,12 +69,6 @@ int ff_decode_get_packet(AVCodecContext *avctx, AVPacket *pkt);
  */
 int ff_decode_frame_props(AVCodecContext *avctx, AVFrame *frame);
 
-/**
- * Called during avcodec_open2() to initialize avctx->internal->bsf.
- * The bsf should be freed with av_bsf_free().
- */
-int ff_decode_bsfs_init(AVCodecContext *avctx);
-
 /**
  * Make sure avctx.hw_frames_ctx is set. If it's not set, the function will
  * try to allocate it from hw_device_ctx. If that is not possible, an error