mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-04 23:30:05 +00:00
rtph26xpay: Remove unused IS_ACCESS_UNIT macro
This macro is not longer used. It was secretly checking if that nal was a slice, and confusingly name to that one may think it was checking if the nal is an AUD.
This commit is contained in:
parent
0a6e5e439c
commit
5e8cab71ea
2 changed files with 0 additions and 4 deletions
|
@ -77,8 +77,6 @@ enum
|
|||
PROP_CONFIG_INTERVAL
|
||||
};
|
||||
|
||||
#define IS_ACCESS_UNIT(x) (((x) > 0x00) && ((x) < 0x06))
|
||||
|
||||
static void gst_rtp_h264_pay_finalize (GObject * object);
|
||||
|
||||
static void gst_rtp_h264_pay_set_property (GObject * object, guint prop_id,
|
||||
|
|
|
@ -109,8 +109,6 @@ enum
|
|||
PROP_CONFIG_INTERVAL
|
||||
};
|
||||
|
||||
#define IS_ACCESS_UNIT(x) (((x) >= 0x00) && ((x) < 0x20))
|
||||
|
||||
static void gst_rtp_h265_pay_finalize (GObject * object);
|
||||
|
||||
static void gst_rtp_h265_pay_set_property (GObject * object, guint prop_id,
|
||||
|
|
Loading…
Reference in a new issue