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/descriptor.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libsi/descriptor.h') diff --git a/libsi/descriptor.h b/libsi/descriptor.h index 3c8b0f90..218609e3 100644 --- a/libsi/descriptor.h +++ b/libsi/descriptor.h @@ -6,7 +6,7 @@ * the Free Software Foundation; either version 2 of the License, or * * (at your option) any later version. * * * - * $Id: descriptor.h 4.1 2019/03/15 16:12:09 kls Exp $ + * $Id: descriptor.h 4.2 2020/06/23 09:27:09 kls Exp $ * * ***************************************************************************/ @@ -295,6 +295,7 @@ private: class ComponentDescriptor : public Descriptor { public: int getStreamContent() const; + int getStreamContentExt() const; int getComponentType() const; int getComponentTag() const; char languageCode[4]; -- cgit v1.2.3