comparison vorbis.h @ 10347:93abbe76b5cc libavcodec

Add vorbis channel layout support according to those defined in the Vorbis I specification
author superdump
date Fri, 02 Oct 2009 12:59:37 +0000
parents d157ccc267e7
children 5d4991dd23de
comparison
equal deleted inserted replaced
10346:f12b7ea2df2a 10347:93abbe76b5cc
23 23
24 #include "avcodec.h" 24 #include "avcodec.h"
25 25
26 extern const float ff_vorbis_floor1_inverse_db_table[256]; 26 extern const float ff_vorbis_floor1_inverse_db_table[256];
27 extern const float * const ff_vorbis_vwin[8]; 27 extern const float * const ff_vorbis_vwin[8];
28 extern const uint8_t ff_vorbis_channel_layout_offsets[6][6];
29 extern const int64_t ff_vorbis_channel_layouts[7];
28 30
29 typedef struct { 31 typedef struct {
30 uint_fast16_t x; 32 uint_fast16_t x;
31 uint_fast16_t sort; 33 uint_fast16_t sort;
32 uint_fast16_t low; 34 uint_fast16_t low;