diff options
Diffstat (limited to 'libsi/descriptor.h')
-rw-r--r-- | libsi/descriptor.h | 3 |
1 files changed, 2 insertions, 1 deletions
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]; |