[FFmpeg-soc] [soc]: r2448 - aacenc/aacpsy.h

kostya subversion at mplayerhq.hu
Sun Jun 15 12:02:40 CEST 2008


Author: kostya
Date: Sun Jun 15 12:02:40 2008
New Revision: 2448

Log:
Borrow window types enum from GSoC AAC decoder

Modified:
   aacenc/aacpsy.h

Modified: aacenc/aacpsy.h
==============================================================================
--- aacenc/aacpsy.h	(original)
+++ aacenc/aacpsy.h	Sun Jun 15 12:02:40 2008
@@ -32,6 +32,15 @@ enum AACPsyModelType{
 };
 
 // data structures borrowed from aac.c with some minor modifications
+/**
+ * Window sequences
+ */
+enum {
+    ONLY_LONG_SEQUENCE = 0,
+    LONG_START_SEQUENCE,
+    EIGHT_SHORT_SEQUENCE,
+    LONG_STOP_SEQUENCE
+};
 
 /**
  * Individual Channel Stream



More information about the FFmpeg-soc mailing list