diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.c b/test/test.c index fec091a93..3fd9d0e62 100644 --- a/test/test.c +++ b/test/test.c @@ -310,7 +310,7 @@ static void PrintTitleInfo( hb_title_t * title ) title->hours, title->minutes, title->seconds ); fprintf( stderr, " + size: %dx%d, aspect: %.2f, %.3f fps\n", title->width, title->height, - (float) title->aspect / HB_ASPECT_BASE, + (float) title->aspect, (float) title->rate / title->rate_base ); fprintf( stderr, " + autocrop: %d/%d/%d/%d\n", title->crop[0], title->crop[1], title->crop[2], title->crop[3] ); |