Browse Source

Add required #includes to pass 'make checkheaders'.

Originally committed as revision 23736 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/n0.8
Diego Biurrun 15 years ago
parent
commit
c1bffe25fa
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      libavcodec/aacps.h

+ 3
- 0
libavcodec/aacps.h View File

@@ -24,6 +24,9 @@


#include <stdint.h> #include <stdint.h>


#include "avcodec.h"
#include "get_bits.h"

#define PS_MAX_NUM_ENV 5 #define PS_MAX_NUM_ENV 5
#define PS_MAX_NR_IIDICC 34 #define PS_MAX_NR_IIDICC 34
#define PS_MAX_NR_IPDOPD 17 #define PS_MAX_NR_IPDOPD 17


Loading…
Cancel
Save