diff options
author | wm4 <nfxjfg@googlemail.com> | 2014-01-19 21:50:58 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-01-19 22:15:32 +0100 |
commit | 1a193c438c9bde825dbe7965e3543cb5ad14309e (patch) | |
tree | a247d93887585f6128485311dc9e24b2c837a428 /doc/APIchanges | |
parent | fde2afd9fb6e8645ccb4d3610403ce95af51a16b (diff) | |
download | ffmpeg-1a193c438c9bde825dbe7965e3543cb5ad14309e.tar.gz |
lavf: add avformat_get_mov_video_tags() and avformat_get_mov_audio_tags()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 69a2c5a638..eaddc9b0bc 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,9 @@ libavutil: 2012-10-22 API changes, most recent first: +2014-01-19 - xxxxxxx - lavf 55.25.100 - avformat.h + Add avformat_get_mov_video_tags() and avformat_get_mov_audio_tags(). + 2014-01-19 - xxxxxxx - lavu 52.63.100 - rational.h Add av_make_q() function. |