diff oggenc.c @ 4418:d5119d75439d libavformat

Move declaration of ff_interleave_add_packet to internal.h. It is an internal function and should not be in an installed header.
author bcoudurier
date Sun, 08 Feb 2009 21:14:46 +0000
parents 03065a598506
children c05d167a4fe2
line wrap: on
line diff
--- a/oggenc.c	Sun Feb 08 21:09:50 2009 +0000
+++ b/oggenc.c	Sun Feb 08 21:14:46 2009 +0000
@@ -23,6 +23,7 @@
 #include "libavcodec/xiph.h"
 #include "libavcodec/bytestream.h"
 #include "avformat.h"
+#include "internal.h"
 
 typedef struct {
     int64_t duration;