changeset 4482:4398efc7417c libavformat

Add libavcodec/internal.h include to avoid warning: implicit declaration of function ¡Æff_log_missing_feature¡Ç Patch by Patrik Kullman ( patrik yes nu )
author superdump
date Fri, 13 Feb 2009 23:02:05 +0000
parents 27fd3af46000
children 187c981dfcb0
files adtsenc.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/adtsenc.c	Fri Feb 13 22:38:05 2009 +0000
+++ b/adtsenc.c	Fri Feb 13 23:02:05 2009 +0000
@@ -21,6 +21,7 @@
  */
 
 #include "libavcodec/bitstream.h"
+#include "libavcodec/internal.h"
 #include "avformat.h"
 
 #define ADTS_HEADER_SIZE 7