amrwbdec: move define to source to avoid hiding it from the docs

This commit is contained in:
Stefan Kost 2010-04-27 11:39:11 +03:00
parent 67b4b24739
commit 9bc9c477d7
2 changed files with 2 additions and 2 deletions

View 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

View 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 \