diff options
Diffstat (limited to 'src/spu_dec/spuhdmv_decoder.c')
-rw-r--r-- | src/spu_dec/spuhdmv_decoder.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/spu_dec/spuhdmv_decoder.c b/src/spu_dec/spuhdmv_decoder.c index 0d93f919e..85d35aec5 100644 --- a/src/spu_dec/spuhdmv_decoder.c +++ b/src/spu_dec/spuhdmv_decoder.c @@ -259,7 +259,7 @@ static void segbuf_parse_segment_header(segment_buffer_t *buf) if ( buf->segment_type < 0x14 || ( buf->segment_type > 0x18 && buf->segment_type != 0x80)) { - XINE_HDMV_ERROR("unknown segment type, resetting\n"); + XINE_HDMV_ERROR("unknown segment type 0x%02x, resetting\n", buf->segment_type); segbuf_reset(buf); } } else { |