diff options
author | johnallen <[email protected]> | 2007-01-06 20:24:49 +0000 |
---|---|---|
committer | johnallen <[email protected]> | 2007-01-06 20:24:49 +0000 |
commit | cf738fd40c392bb69a3e8c4b2f31b86b63a20e82 (patch) | |
tree | f02460829f6b8778d81795dc4d74c8f506dd08b2 /macosx/ExpressController.m | |
parent | c353aa54214353ed641b1f4fb00c96b6886b4ade (diff) |
RapidSVN commited changes to files I did not want commited. This commit revert those files back to rev 92.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@94 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/ExpressController.m')
-rw-r--r-- | macosx/ExpressController.m | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/macosx/ExpressController.m b/macosx/ExpressController.m index b029c99fb..ec2ce5d7d 100644 --- a/macosx/ExpressController.m +++ b/macosx/ExpressController.m @@ -57,7 +57,7 @@ - (void) applicationWillFinishLaunching: (NSNotification *) n { - fHandle = hb_init_express( HB_DEBUG_ALL, 0);//HB_DEBUG_NONE, 0 ); + fHandle = hb_init_express( HB_DEBUG_NONE, 0 ); fList = hb_get_titles( fHandle ); } @@ -534,7 +534,6 @@ NSMutableString * string = [NSMutableString stringWithFormat: @"Converting: %.1f %%", 100.0 * progress_total]; - hb_log("Progress %.1f", progress_total * 100.0); if( p.seconds > -1 ) { [string appendFormat: @" (%.1f fps, ", p.rate_avg]; |