]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/aac.h
Simplify RGB32 png encoding.
[ffmpeg] / libavcodec / aac.h
index d31103684cd0df4d7ff9c82ad4c71b51e4240f32..6fdeedea2162b7928ca27390e46c32959db4e166 100644 (file)
@@ -84,6 +84,7 @@ enum BandType {
 #define IS_CODEBOOK_UNSIGNED(x) ((x - 1) & 10)
 
 enum ChannelPosition {
+    AAC_CHANNEL_OFF   = 0,
     AAC_CHANNEL_FRONT = 1,
     AAC_CHANNEL_SIDE  = 2,
     AAC_CHANNEL_BACK  = 3,
@@ -300,6 +301,7 @@ typedef struct {
     DECLARE_ALIGNED(32, float, temp)[128];
 
     enum OCStatus output_configured;
+    int warned_num_aac_frames;
 } AACContext;
 
 #endif /* AVCODEC_AAC_H */