diff options
Diffstat (limited to 'test/test.c')
-rw-r--r-- | test/test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test.c b/test/test.c index 0c3b0ab74..482608e1b 100644 --- a/test/test.c +++ b/test/test.c @@ -1728,6 +1728,7 @@ static int HandleEvents( hb_handle_t * h ) srcGeo.par.num = title->pixel_aspect_width; srcGeo.par.den = title->pixel_aspect_height; + keep_display_aspect |= anamorphic_mode != HB_ANAMORPHIC_CUSTOM; uiGeo.mode = job->anamorphic.mode = anamorphic_mode; job->anamorphic.keep_display_aspect = keep_display_aspect; uiGeo.keep = !!keep_display_aspect * HB_KEEP_DISPLAY_ASPECT; |