[FFmpeg-devel] [PATCH 2/2] fftools/ffmpeg_filter: remove prototype for non existent function
James Almer
jamrial at gmail.com
Sun Mar 24 15:36:41 EET 2024
Signed-off-by: James Almer <jamrial at gmail.com>
---
fftools/ffmpeg.h | 7 -------
1 file changed, 7 deletions(-)
diff --git a/fftools/ffmpeg.h b/fftools/ffmpeg.h
index 7454089c2d..6394cca1e7 100644
--- a/fftools/ffmpeg.h
+++ b/fftools/ffmpeg.h
@@ -698,13 +698,6 @@ const FrameData *frame_data_c(AVFrame *frame);
FrameData *packet_data (AVPacket *pkt);
const FrameData *packet_data_c(AVPacket *pkt);
-/**
- * Set up fallback filtering parameters from a decoder context. They will only
- * be used if no frames are ever sent on this input, otherwise the actual
- * parameters are taken from the frame.
- */
-int ifilter_parameters_from_dec(InputFilter *ifilter, const AVCodecContext *dec);
-
int ofilter_bind_ost(OutputFilter *ofilter, OutputStream *ost,
unsigned sched_idx_enc);
--
2.44.0
More information about the ffmpeg-devel
mailing list