mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 14:06:23 +00:00
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
2 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue