summaryrefslogtreecommitdiffstats
path: root/test/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.c')
-rw-r--r--test/test.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/test.c b/test/test.c
index 4cd8c5c42..87acb8caa 100644
--- a/test/test.c
+++ b/test/test.c
@@ -378,6 +378,10 @@ static void PrintTitleInfo( hb_title_t * title )
int i;
fprintf( stderr, "+ title %d:\n", title->index );
+ if ( title->index == title->job->feature )
+ {
+ fprintf( stderr, " + Main Feature\n" );
+ }
if ( title->type == HB_STREAM_TYPE )
{
fprintf( stderr, " + stream: %s\n", title->path );