summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.c b/test/test.c
index c6363a036..97ecfd3e9 100644
--- a/test/test.c
+++ b/test/test.c
@@ -385,7 +385,7 @@ static void PrintTitleInfo( hb_title_t * title )
{
fprintf( stderr, " + Main Feature\n" );
}
- if ( title->type == HB_STREAM_TYPE )
+ if ( title->type == HB_STREAM_TYPE || title->type == HB_FF_STREAM_TYPE )
{
fprintf( stderr, " + stream: %s\n", title->path );
}