diff options
author | Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> | 2014-09-12 18:18:42 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-09-13 00:36:14 +0200 |
commit | d5e802609a0046441798cdbd137c96e4aa912390 (patch) | |
tree | 6a89dbcad5cccb0d15ff05d6e42be54942c5e6f2 /doc/APIchanges | |
parent | cdb3eee7c496f763d195de34be7f67783b98fb2c (diff) | |
download | ffmpeg-d5e802609a0046441798cdbd137c96e4aa912390.tar.gz |
doc: document the addition of the AVProbeData.mime_type field and it's implications
Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
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 6d214ef31b..90048a5e9a 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -95,6 +95,9 @@ API changes, most recent first: 2014-07-30 - ba3e331 - lavu 52.94.100 - frame.h Add av_frame_side_data_name() +2014-07-29 - 80a3a66 / 3a19405 - lavf 56.01.100 / 56.01.0 - avformat.h + Add mime_type field to AVProbeData. + 2014-07-29 - 31e0b5d / 69e7336 - lavu 52.92.100 / 53.19.0 - avstring.h Make name matching function from lavf public as av_match_name(). |