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:
Nicolas Dufresne 2018-12-14 15:51:51 -05:00
parent 0a6e5e439c
commit 5e8cab71ea
2 changed files with 0 additions and 4 deletions

View file

@ -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,

View file

@ -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,