diff options
author | James Almer <jamrial@gmail.com> | 2025-02-19 12:48:16 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2025-03-28 14:33:07 -0300 |
commit | b2564b0ab8ca84429aefd7907eb32526d07516b1 (patch) | |
tree | f7aa05d7054281f76d7423788b8b0541837d52cb /libavformat/avformat.h | |
parent | ec8e796b42bccf999fdf31c110385e2cc119b7f2 (diff) | |
download | ffmpeg-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/avformat.h')
-rw-r--r-- | libavformat/avformat.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h index a3e45c1417..498c3020a5 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -1891,17 +1891,6 @@ typedef struct AVFormatContext { int64_t duration_probesize; } AVFormatContext; -#if FF_API_GET_DUR_ESTIMATE_METHOD -/** - * Returns the method used to set ctx->duration. - * - * @return AVFMT_DURATION_FROM_PTS, AVFMT_DURATION_FROM_STREAM, or AVFMT_DURATION_FROM_BITRATE. - * @deprecated duration_estimation_method is public and can be read directly. - */ -attribute_deprecated -enum AVDurationEstimationMethod av_fmt_ctx_get_duration_estimation_method(const AVFormatContext* ctx); -#endif - /** * @defgroup lavf_core Core functions * @ingroup libavf |