aboutsummaryrefslogtreecommitdiffstats
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2024-07-05 12:40:01 +0200
committerAnton Khirnov <anton@khirnov.net>2024-07-09 11:14:47 +0200
commit9fb8d13d56f20728141fd7070d8a325720727d57 (patch)
treed0958762fffe55737cd8719491e400e86fa986fb /doc/APIchanges
parent10185e2d4c1e9839bc58a1d6a63c861677b13fd0 (diff)
downloadffmpeg-9fb8d13d56f20728141fd7070d8a325720727d57.tar.gz
lavf: deprecate avformat_transfer_internal_stream_timing_info()
And av_stream_get_codec_timebase(). They were both added for ffmpeg CLI, which no longer calls either of them. Furthermore the notion of "internal stream timing info" that needs to be transferred with a special magic API function is fundamentally flawed and should be removed.
Diffstat (limited to 'doc/APIchanges')
-rw-r--r--doc/APIchanges4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 98bc100662..5751216b24 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -2,6 +2,10 @@ The last version increases of all libraries were on 2024-03-07
API changes, most recent first:
+2024-07-xx - xxxxxxxxxx - lavf 61 - avformat.h
+ Deprecate avformat_transfer_internal_stream_timing_info()
+ and av_stream_get_codec_timebase() without replacement.
+
2024-07-08 - xxxxxxxxxx - lavc 61.10.100 - packet.h
Add AV_PKT_DATA_FRAME_CROPPING.