]> git.sesse.net Git - ffmpeg/commit
lavc: add a public API for parsing vorbis packets.
authorAnton Khirnov <anton@khirnov.net>
Wed, 29 Oct 2014 14:04:23 +0000 (15:04 +0100)
committerAnton Khirnov <anton@khirnov.net>
Thu, 6 Nov 2014 07:51:25 +0000 (08:51 +0100)
commit5e80fb7ff226f136dbcf3fed00a2966bf8e9bd70
treee82285e196430b371b6efc9c6f3e55c8a1acb220
parent6896f95b2483e52e717e2c75a4fd24fcb0e14b67
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.
doc/APIchanges
libavcodec/Makefile
libavcodec/libvorbis.c
libavcodec/version.h
libavcodec/vorbis_parser.c
libavcodec/vorbis_parser.h
libavcodec/vorbis_parser_internal.h [new file with mode: 0644]
libavformat/oggparsevorbis.c