diff options
author | James Almer <jamrial@gmail.com> | 2025-02-19 12:40:35 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2025-03-28 14:33:07 -0300 |
commit | 3fd10e0cf35d8539a676846c453ac4e2685d7e74 (patch) | |
tree | db7357bdcee454753a8d9a0f1619c6b38e97e44c /libavformat/options.c | |
parent | 8a7ce397bcbf2989f7faffba3aa89dfcc35eb779 (diff) | |
download | ffmpeg-3fd10e0cf35d8539a676846c453ac4e2685d7e74.tar.gz |
avformat: remove deprecated FF_API_LAVF_SHORTEST
Deprecated since 2023-09-18.
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavformat/options.c')
-rw-r--r-- | libavformat/options.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libavformat/options.c b/libavformat/options.c index c8f3390306..b314cd4a35 100644 --- a/libavformat/options.c +++ b/libavformat/options.c @@ -184,10 +184,6 @@ AVFormatContext *avformat_alloc_context(void) return NULL; } -#if FF_API_LAVF_SHORTEST - fci->shortest_end = AV_NOPTS_VALUE; -#endif - return s; } |