comparison aac.h @ 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 a5c709bba8e4
children d09283aeeef8
comparison
equal deleted inserted replaced
9837:80936dd6be46 9838:63325f71bd79
28 */ 28 */
29 29
30 #ifndef AVCODEC_AAC_H 30 #ifndef AVCODEC_AAC_H
31 #define AVCODEC_AAC_H 31 #define AVCODEC_AAC_H
32 32
33 #include "libavutil/internal.h"
34 #include "avcodec.h" 33 #include "avcodec.h"
35 #include "dsputil.h" 34 #include "dsputil.h"
36 #include "mpeg4audio.h" 35 #include "mpeg4audio.h"
37 36
38 #include <stdint.h> 37 #include <stdint.h>