Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2016-09-27 16:07:14 +0300
committerJames Almer <jamrial@gmail.com>2016-09-27 16:42:39 +0300
commitf0b6f7253f3e69a475722b8f0b0e4289201245bf (patch)
tree2872717b652a56f700dc80bbfc6f721b61ad460e /doc/APIchanges
parentfd902510ac927c0a252c931f5fb29719a8f56e9c (diff)
avformat: add av_stream_get_codec_timebase()
This will allow ffmpeg.c to stop using AVStream.codec in some cases Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index b5072cfc10..e4a96cc34a 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,6 +15,9 @@ libavutil: 2015-08-28
API changes, most recent first:
+2016-09-27 - xxxxxxx - lavf 57.51.100 - avformat.h
+ Add av_stream_get_codec_timebase()
+
2016-09-27 - 23c0779 - lswr 2.2.100 - swresample.h
Add swr_build_matrix().