changeset 9838:63325f71bd79 libavcodec

The internal header libavutil/internal.h should not be used outside libavutil.
author diego
date Thu, 11 Jun 2009 20:18:29 +0000
parents 80936dd6be46
children ee32274eb802
files aac.h ac3dec.h
diffstat 2 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/aac.h	Thu Jun 11 09:40:24 2009 +0000
+++ b/aac.h	Thu Jun 11 20:18:29 2009 +0000
@@ -30,7 +30,6 @@
 #ifndef AVCODEC_AAC_H
 #define AVCODEC_AAC_H
 
-#include "libavutil/internal.h"
 #include "avcodec.h"
 #include "dsputil.h"
 #include "mpeg4audio.h"
--- a/ac3dec.h	Thu Jun 11 09:40:24 2009 +0000
+++ b/ac3dec.h	Thu Jun 11 20:18:29 2009 +0000
@@ -27,7 +27,6 @@
 #ifndef AVCODEC_AC3DEC_H
 #define AVCODEC_AC3DEC_H
 
-#include "libavutil/internal.h"
 #include "libavutil/lfg.h"
 #include "ac3.h"
 #include "get_bits.h"