celtdec: Move define into the C file so it doesn't show up in the docs
This commit is contained in:
parent
efc9b324db
commit
b59e983751
@ -48,6 +48,8 @@
|
||||
GST_DEBUG_CATEGORY_STATIC (celtdec_debug);
|
||||
#define GST_CAT_DEFAULT celtdec_debug
|
||||
|
||||
#define DEC_MAX_FRAME_SIZE 2000
|
||||
|
||||
static GstStaticPadTemplate celt_dec_src_factory =
|
||||
GST_STATIC_PAD_TEMPLATE ("src",
|
||||
GST_PAD_SRC,
|
||||
|
@ -41,8 +41,6 @@ G_BEGIN_DECLS
|
||||
typedef struct _GstCeltDec GstCeltDec;
|
||||
typedef struct _GstCeltDecClass GstCeltDecClass;
|
||||
|
||||
#define DEC_MAX_FRAME_SIZE 2000
|
||||
|
||||
struct _GstCeltDec {
|
||||
GstElement element;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user