comparison mpegaudiodata.h @ 6763:f7cbb7733146 libavcodec

Use full path for #includes from another directory.
author diego
date Fri, 09 May 2008 11:56:36 +0000
parents 85c4aca68be3
children 322023e630a6
comparison
equal deleted inserted replaced
6762:99966715fe75 6763:f7cbb7733146
25 */ 25 */
26 26
27 #ifndef FFMPEG_MPEGAUDIODATA_H 27 #ifndef FFMPEG_MPEGAUDIODATA_H
28 #define FFMPEG_MPEGAUDIODATA_H 28 #define FFMPEG_MPEGAUDIODATA_H
29 29
30 #include "common.h" 30 #include "libavutil/common.h"
31 31
32 #define MODE_EXT_MS_STEREO 2 32 #define MODE_EXT_MS_STEREO 2
33 #define MODE_EXT_I_STEREO 1 33 #define MODE_EXT_I_STEREO 1
34 34
35 extern const uint16_t ff_mpa_bitrate_tab[2][3][15]; 35 extern const uint16_t ff_mpa_bitrate_tab[2][3][15];