git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.8.0_beta2_5.1@413
b64f7644-9d1e-0410-96f1-
a4d463321fa5
/* Let x264 sanity check the options for us*/
if(ret == X264_PARAM_BAD_NAME)
- hb_log("Option x264encopts: Unknown suboption %s\n", name);
+ printf("x264 options: Unknown suboption %s\n", name);
if(ret == X264_PARAM_BAD_VALUE)
- hb_log("Option x264encopts: Bad argument %s=%s\n", name, value ? value : "(null)");
- if(ret)
- return 0;
-
- }
+ printf("x264 options: Bad argument %s=%s\n", name, value ? value : "(null)");
}
+ }
if( job->pixel_ratio )