diff options
Diffstat (limited to 'gst/rtp/gstrtph265pay.c')
-rw-r--r-- | gst/rtp/gstrtph265pay.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gst/rtp/gstrtph265pay.c b/gst/rtp/gstrtph265pay.c index b2da44d99..171a242ef 100644 --- a/gst/rtp/gstrtph265pay.c +++ b/gst/rtp/gstrtph265pay.c @@ -108,8 +108,7 @@ enum { PROP_0, PROP_SPROP_PARAMETER_SETS, - PROP_CONFIG_INTERVAL, - PROP_LAST + PROP_CONFIG_INTERVAL }; #define IS_ACCESS_UNIT(x) (((x) > 0x00) && ((x) < 0x06)) |