amrwbdec: move define to source to avoid hiding it from the docs
authorStefan Kost <ensonic@users.sf.net>
Tue, 27 Apr 2010 08:39:11 +0000 (11:39 +0300)
committerStefan Kost <ensonic@users.sf.net>
Tue, 27 Apr 2010 08:39:11 +0000 (11:39 +0300)
ext/amrwbdec/amrwbdec.c
ext/amrwbdec/amrwbdec.h

index 7d63d88..bbaf33b 100644 (file)
@@ -59,6 +59,8 @@ static GstStaticPadTemplate src_template = GST_STATIC_PAD_TEMPLATE ("src",
 GST_DEBUG_CATEGORY_STATIC (gst_amrwbdec_debug);
 #define GST_CAT_DEFAULT gst_amrwbdec_debug
 
+#define L_FRAME16k      320     /* Frame size at 16kHz  */
+
 static const unsigned char block_size[16] =
     { 18, 24, 33, 37, 41, 47, 51, 59, 61,
   6, 6, 0, 0, 0, 1, 1
index 750c618..4b1739c 100644 (file)
@@ -25,8 +25,6 @@
 #include <opencore-amrwb/dec_if.h>
 #include <opencore-amrwb/if_rom.h>
 
-#define L_FRAME16k      320   /* Frame size at 16kHz  */
-
 G_BEGIN_DECLS
 
 #define GST_TYPE_AMRWBDEC                      \