]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/mpegaudiodata.h
Use lpc_coef[2] instead of lpc_coef and lpc_coef_old
[ffmpeg] / libavcodec / mpegaudiodata.h
index 09254cb0a7dc3be2a349758391b5d4f23cac4a3a..08e7570e6ba821979f041cbad93dc4c522d5d84a 100644 (file)
 #ifndef FFMPEG_MPEGAUDIODATA_H
 #define FFMPEG_MPEGAUDIODATA_H
 
-#include "common.h"
+#include "libavutil/common.h"
+
+#define MODE_EXT_MS_STEREO 2
+#define MODE_EXT_I_STEREO  1
 
 extern const uint16_t ff_mpa_bitrate_tab[2][3][15];
 extern const uint16_t ff_mpa_freq_tab[3];