1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-12-20 14:16:06 +02:00

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.
This commit is contained in:
Anton Khirnov
2014-10-29 15:04:23 +01:00
parent 6896f95b24
commit 5e80fb7ff2
8 changed files with 148 additions and 42 deletions

View File

@@ -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().