diff options
author | James Almer <jamrial@gmail.com> | 2016-09-27 10:07:14 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2016-09-27 10:42:39 -0300 |
commit | f0b6f7253f3e69a475722b8f0b0e4289201245bf (patch) | |
tree | 2872717b652a56f700dc80bbfc6f721b61ad460e /doc/APIchanges | |
parent | fd902510ac927c0a252c931f5fb29719a8f56e9c (diff) | |
download | ffmpeg-f0b6f7253f3e69a475722b8f0b0e4289201245bf.tar.gz |
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/APIchanges | 3 |
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(). |