diff options
author | Anton Khirnov <anton@khirnov.net> | 2014-10-29 15:04:23 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2014-11-06 08:51:25 +0100 |
commit | 5e80fb7ff226f136dbcf3fed00a2966bf8e9bd70 (patch) | |
tree | e82285e196430b371b6efc9c6f3e55c8a1acb220 /doc/APIchanges | |
parent | 6896f95b2483e52e717e2c75a4fd24fcb0e14b67 (diff) | |
download | ffmpeg-streaming-5e80fb7ff226f136dbcf3fed00a2966bf8e9bd70.zip ffmpeg-streaming-5e80fb7ff226f136dbcf3fed00a2966bf8e9bd70.tar.gz |
lavc: add a public API for parsing vorbis packets.
It is required by (at least) the ogg demuxer.
Mark the current semi-public apriv API for removal.
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 ad444e1..69da442 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,9 @@ libavutil: 2014-08-09 API changes, most recent first: +2014-11-xx - xxxxxxx - lavc 56.6.0 - vorbis_parser.h + Add a public API for parsing vorbis packets. + 2014-10-xx - xxxxxxx - lavu 54.5.0 - time.h Add av_gettime_relative(). |