diff options
Diffstat (limited to 'libsi/descriptor.c')
-rw-r--r-- | libsi/descriptor.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/libsi/descriptor.c b/libsi/descriptor.c index a94c0035..9e2b39ce 100644 --- a/libsi/descriptor.c +++ b/libsi/descriptor.c @@ -6,7 +6,7 @@ * the Free Software Foundation; either version 2 of the License, or * * (at your option) any later version. * * * - * $Id: descriptor.c 4.2 2020/05/14 21:21:03 kls Exp $ + * $Id: descriptor.c 4.3 2020/06/23 09:27:09 kls Exp $ * * ***************************************************************************/ @@ -567,6 +567,10 @@ int ComponentDescriptor::getStreamContent() const { return s->stream_content; } +int ComponentDescriptor::getStreamContentExt() const { + return s->stream_content_ext; +} + int ComponentDescriptor::getComponentType() const { return s->component_type; } |