From 7630f579e18cc122fabdcca3a7c113c8dcbd7632 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Tue, 23 Jun 2020 09:27:09 +0200 Subject: Added support for HEVC-video and AC-4-audio --- libsi/headers.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libsi/headers.h') diff --git a/libsi/headers.h b/libsi/headers.h index ff5bb5da..fa26eea3 100644 --- a/libsi/headers.h +++ b/libsi/headers.h @@ -10,7 +10,7 @@ * the Free Software Foundation; either version 2 of the License, or * * (at your option) any later version. * * * - * $Id: headers.h 3.1 2013/10/30 10:16:18 kls Exp $ + * $Id: headers.h 4.1 2020/06/23 09:27:09 kls Exp $ * * ***************************************************************************/ @@ -1176,11 +1176,11 @@ struct descr_component { u_char descriptor_tag :8; u_char descriptor_length :8; #if BYTE_ORDER == BIG_ENDIAN - u_char reserved :4; + u_char stream_content_ext :4; u_char stream_content :4; #else u_char stream_content :4; - u_char reserved :4; + u_char stream_content_ext :4; #endif u_char component_type :8; u_char component_tag :8; -- cgit v1.2.3