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:
parent
6896f95b24
commit
5e80fb7ff2
8 changed files with 148 additions and 42 deletions
|
|
@ -30,7 +30,7 @@
|
|||
#include "libavutil/dict.h"
|
||||
#include "libavcodec/bytestream.h"
|
||||
#include "libavcodec/get_bits.h"
|
||||
#include "libavcodec/vorbis_parser.h"
|
||||
#include "libavcodec/vorbis_parser_internal.h"
|
||||
#include "avformat.h"
|
||||
#include "flac_picture.h"
|
||||
#include "internal.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue