aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/options.c
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2025-02-19 12:48:16 -0300
committerJames Almer <jamrial@gmail.com>2025-03-28 14:33:07 -0300
commitb2564b0ab8ca84429aefd7907eb32526d07516b1 (patch)
treef7aa05d7054281f76d7423788b8b0541837d52cb /libavformat/options.c
parentec8e796b42bccf999fdf31c110385e2cc119b7f2 (diff)
downloadffmpeg-b2564b0ab8ca84429aefd7907eb32526d07516b1.tar.gz
avformat: remove deprecated FF_API_GET_DUR_ESTIMATE_METHOD
Deprecated since 2024-03-06. Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavformat/options.c')
-rw-r--r--libavformat/options.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/libavformat/options.c b/libavformat/options.c
index 76b91169a5..7e4130b405 100644
--- a/libavformat/options.c
+++ b/libavformat/options.c
@@ -187,13 +187,6 @@ AVFormatContext *avformat_alloc_context(void)
return s;
}
-#if FF_API_GET_DUR_ESTIMATE_METHOD
-enum AVDurationEstimationMethod av_fmt_ctx_get_duration_estimation_method(const AVFormatContext* ctx)
-{
- return ctx->duration_estimation_method;
-}
-#endif
-
const AVClass *avformat_get_class(void)
{
return &av_format_context_class;