summaryrefslogtreecommitdiff
path: root/libavcodec/libvorbis.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2014-10-29 15:04:23 +0100
committerAnton Khirnov <anton@khirnov.net>2014-11-06 08:51:25 +0100
commit5e80fb7ff226f136dbcf3fed00a2966bf8e9bd70 (patch)
treee82285e196430b371b6efc9c6f3e55c8a1acb220 /libavcodec/libvorbis.c
parent6896f95b2483e52e717e2c75a4fd24fcb0e14b67 (diff)
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 'libavcodec/libvorbis.c')
-rw-r--r--libavcodec/libvorbis.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/libvorbis.c b/libavcodec/libvorbis.c
index fc4a0a4716..3b3eca8c10 100644
--- a/libavcodec/libvorbis.c
+++ b/libavcodec/libvorbis.c
@@ -33,7 +33,7 @@
#include "bytestream.h"
#include "internal.h"
#include "vorbis.h"
-#include "vorbis_parser.h"
+#include "vorbis_parser_internal.h"
#undef NDEBUG
#include <assert.h>