[FFmpeg-cvslog] r23736 - trunk/libavcodec/aacps.h

diego subversion
Wed Jun 23 13:44:07 CEST 2010


Author: diego
Date: Wed Jun 23 13:44:07 2010
New Revision: 23736

Log:
Add required #includes to pass 'make checkheaders'.

Modified:
   trunk/libavcodec/aacps.h

Modified: trunk/libavcodec/aacps.h
==============================================================================
--- trunk/libavcodec/aacps.h	Wed Jun 23 13:26:43 2010	(r23735)
+++ trunk/libavcodec/aacps.h	Wed Jun 23 13:44:07 2010	(r23736)
@@ -24,6 +24,9 @@
 
 #include <stdint.h>
 
+#include "avcodec.h"
+#include "get_bits.h"
+
 #define PS_MAX_NUM_ENV 5
 #define PS_MAX_NR_IIDICC 34
 #define PS_MAX_NR_IPDOPD 17



More information about the ffmpeg-cvslog mailing list