diff options
Diffstat (limited to 'libhb/common.c')
-rw-r--r-- | libhb/common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/common.c b/libhb/common.c index 7d80cc0b0..b78d5fabc 100644 --- a/libhb/common.c +++ b/libhb/common.c @@ -3690,7 +3690,7 @@ hb_title_t * hb_title_init( char * path, int index ) t->video_timebase.num = 1; t->video_timebase.den = 90000; t->angle_count = 1; - t->geometry.par.num = 1; + t->geometry.par.num = 0; t->geometry.par.den = 1; return t; |