diff 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
line wrap: on
line diff
--- a/vorbis.h	Fri Oct 02 08:42:00 2009 +0000
+++ b/vorbis.h	Fri Oct 02 12:59:37 2009 +0000
@@ -25,6 +25,8 @@
 
 extern const float ff_vorbis_floor1_inverse_db_table[256];
 extern const float * const ff_vorbis_vwin[8];
+extern const uint8_t ff_vorbis_channel_layout_offsets[6][6];
+extern const int64_t ff_vorbis_channel_layouts[7];
 
 typedef struct {
     uint_fast16_t x;