mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 14:06:23 +00:00
amrwbdec: move define to source to avoid hiding it from the docs
This commit is contained in:
parent
67b4b24739
commit
9bc9c477d7
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue