diff options
Diffstat (limited to 'test/test.c')
-rw-r--r-- | test/test.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/test/test.c b/test/test.c index 7e40641c1..79995cbfe 100644 --- a/test/test.c +++ b/test/test.c @@ -655,11 +655,7 @@ static void PrintTitleInfo( hb_title_t * title, int feature ) { hb_subtitle_t *subtitle; subtitle = hb_list_item( title->list_subtitle, i ); - fprintf( stderr, " + %d, %s (iso639-2: %s) (%s)(%s)\n", - i + 1, subtitle->lang, - subtitle->iso639_2, - (subtitle->format == TEXTSUB) ? "Text" : "Bitmap", - hb_subsource_name(subtitle->source)); + fprintf(stderr, " + %d, %s\n", i + 1, subtitle->lang); } if(title->detected_interlacing) |