Browse code

Add required #includes to pass 'make checkheaders'.

Originally committed as revision 23736 to svn://svn.ffmpeg.org/ffmpeg/trunk

Diego Biurrun authored on 2010/06/23 20:44:07
Showing 1 changed files
... ...
@@ -24,6 +24,9 @@
24 24
 
25 25
 #include <stdint.h>
26 26
 
27
+#include "avcodec.h"
28
+#include "get_bits.h"
29
+
27 30
 #define PS_MAX_NUM_ENV 5
28 31
 #define PS_MAX_NR_IIDICC 34
29 32
 #define PS_MAX_NR_IPDOPD 17