Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>2009-02-09 00:14:46 +0300
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>2009-02-09 00:14:46 +0300
commit1cc65cecb2feed9ed806222a5e1593f7d7edcf90 (patch)
tree86a08992e64972d6d9dd124cff2fb7217c892a71 /libavformat/oggenc.c
parent52ef50a080a2b4c61f4e98ad79f2853582f1977c (diff)
Move declaration of ff_interleave_add_packet to internal.h.
It is an internal function and should not be in an installed header. Originally committed as revision 17070 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/oggenc.c')
-rw-r--r--libavformat/oggenc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/oggenc.c b/libavformat/oggenc.c
index 1e2a93af3c..4fdae05c8f 100644
--- a/libavformat/oggenc.c
+++ b/libavformat/oggenc.c
@@ -23,6 +23,7 @@
#include "libavcodec/xiph.h"
#include "libavcodec/bytestream.h"
#include "avformat.h"
+#include "internal.h"
typedef struct {
int64_t duration;