diff options
-rw-r--r-- | xine/BluRay/demux_ts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xine/BluRay/demux_ts.c b/xine/BluRay/demux_ts.c index 2796a09f..015bb99f 100644 --- a/xine/BluRay/demux_ts.c +++ b/xine/BluRay/demux_ts.c @@ -2561,7 +2561,7 @@ static demux_plugin_t *open_plugin (demux_class_t *class_gen, */ static const char *get_description (demux_class_t *this_gen) { - return "MPEG Transport Stream demuxer"; + return "MPEG Transport Stream demuxer (HDMV)"; } static const char *get_identifier (demux_class_t *this_gen) { |