Revision fbdcdaee libavcodec/vorbis_data.c
libavcodec/vorbis_data.c | ||
---|---|---|
20 | 20 |
|
21 | 21 |
#include "dsputil.h" |
22 | 22 |
#include "vorbis.h" |
23 |
#include "libavcore/audioconvert.h" |
|
23 | 24 |
|
24 | 25 |
const uint8_t ff_vorbis_channel_layout_offsets[8][8] = { |
25 | 26 |
{ 0 }, |
... | ... | |
44 | 45 |
}; |
45 | 46 |
|
46 | 47 |
const int64_t ff_vorbis_channel_layouts[9] = { |
47 |
CH_LAYOUT_MONO, |
|
48 |
CH_LAYOUT_STEREO, |
|
49 |
CH_LAYOUT_SURROUND, |
|
50 |
CH_LAYOUT_QUAD, |
|
51 |
CH_LAYOUT_5POINT0_BACK, |
|
52 |
CH_LAYOUT_5POINT1_BACK, |
|
53 |
CH_LAYOUT_5POINT1|CH_BACK_CENTER,
|
|
54 |
CH_LAYOUT_7POINT1, |
|
48 |
AV_CH_LAYOUT_MONO,
|
|
49 |
AV_CH_LAYOUT_STEREO,
|
|
50 |
AV_CH_LAYOUT_SURROUND,
|
|
51 |
AV_CH_LAYOUT_QUAD,
|
|
52 |
AV_CH_LAYOUT_5POINT0_BACK,
|
|
53 |
AV_CH_LAYOUT_5POINT1_BACK,
|
|
54 |
AV_CH_LAYOUT_5POINT1|AV_CH_BACK_CENTER,
|
|
55 |
AV_CH_LAYOUT_7POINT1,
|
|
55 | 56 |
0 |
56 | 57 |
}; |
57 | 58 |
|
Also available in: Unified diff