diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-02-06 15:38:55 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-02-09 03:31:17 +0100 |
commit | f81946729e21005fe8d6a63a938e48c09b9b14b4 (patch) | |
tree | 7557d855fe0a71b4891c9d1aa7d7e2e942367c47 /libavformat/oggparsevorbis.c | |
parent | 2f35beae4d0994dda925d6b4de68411fbeb55100 (diff) | |
download | ffmpeg-f81946729e21005fe8d6a63a938e48c09b9b14b4.tar.gz |
lavf: move internal functions from avformat.h to internal.h
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit 19711af5cdc364f9e02ea8103dd6e1e09dc288a4)
Diffstat (limited to 'libavformat/oggparsevorbis.c')
-rw-r--r-- | libavformat/oggparsevorbis.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/oggparsevorbis.c b/libavformat/oggparsevorbis.c index b915fffb03..830f0bca37 100644 --- a/libavformat/oggparsevorbis.c +++ b/libavformat/oggparsevorbis.c @@ -28,6 +28,7 @@ #include "libavcodec/get_bits.h" #include "libavcodec/bytestream.h" #include "avformat.h" +#include "internal.h" #include "oggdec.h" #include "vorbiscomment.h" |