h265parser: Add helper macro for nal type classification
authorSeungha Yang <seungha.yang@navercorp.com>
Thu, 5 Mar 2020 06:18:35 +0000 (15:18 +0900)
committerSeungha Yang <seungha.yang@navercorp.com>
Thu, 5 Mar 2020 14:22:34 +0000 (23:22 +0900)
commit959320264a09d2a3e5f85f4b5ce28d6f8f76b485
tree311508d641aa7d14ee97ce35be650b0ef69088df
parent924006279a28f6e89afb48e45c89bcf4a62c768e
h265parser: Add helper macro for nal type classification

Add some macros to remove code duplication and to make it more readable
gst-libs/gst/codecparsers/gsth265parser.c
gst-libs/gst/codecparsers/gsth265parser.h
gst/videoparsers/gsth265parse.c
tests/check/libs/h265parser.c