diff options
author | James Almer <jamrial@gmail.com> | 2024-01-20 10:44:52 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2024-03-07 08:53:30 -0300 |
commit | c4c6c9e9d28e492276343463ead020858ea18736 (patch) | |
tree | 11f11bae6db33cd455ed96a186f1dbadb59612db /libavformat/avformat.h | |
parent | 5b23b18d40ead8606c92d967279b3f43c94d8a60 (diff) | |
download | ffmpeg-c4c6c9e9d28e492276343463ead020858ea18736.tar.gz |
avformat: remove deprecated FF_API_GET_END_PTS
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r-- | libavformat/avformat.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 974943d8e6..b9facb759d 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -1268,16 +1268,6 @@ typedef struct AVStreamGroup { struct AVCodecParserContext *av_stream_get_parser(const AVStream *s); -#if FF_API_GET_END_PTS -/** - * Returns the pts of the last muxed packet + its duration - * - * the retuned value is undefined when used with a demuxer. - */ -attribute_deprecated -int64_t av_stream_get_end_pts(const AVStream *st); -#endif - #define AV_PROGRAM_RUNNING 1 /** |