OSDN Git Service

MacGui: fix uninteded side effect of code that enforces maxWidth/Height when loading...
[handbrake-jp/handbrake-jp-git.git] / macosx / Controller.m
index 8d404ad..9f2f4e8 100644 (file)
@@ -7011,6 +7011,8 @@ return YES;
                     job->maxWidth = job->width;
                     job->maxHeight = job->height;
                     hb_set_anamorphic_size( job, &w, &h, &par_w, &par_h );
+                    job->maxWidth = 0;
+                    job->maxHeight = 0;
                     job->width = w;
                     job->height = h;
                 }