diff options
author | johnallen <[email protected]> | 2007-01-06 20:00:53 +0000 |
---|---|---|
committer | johnallen <[email protected]> | 2007-01-06 20:00:53 +0000 |
commit | c353aa54214353ed641b1f4fb00c96b6886b4ade (patch) | |
tree | 0c84ad257ac0905aefb8f3adead12d4b87302c33 /macosx/ExpressController.m | |
parent | 22be1c5718977a0da3ff709199f45d6e684af224 (diff) |
added Doxyfile, config file for doxygen
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@93 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/ExpressController.m')
-rw-r--r-- | macosx/ExpressController.m | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/macosx/ExpressController.m b/macosx/ExpressController.m index ec2ce5d7d..b029c99fb 100644 --- a/macosx/ExpressController.m +++ b/macosx/ExpressController.m @@ -57,7 +57,7 @@ - (void) applicationWillFinishLaunching: (NSNotification *) n { - fHandle = hb_init_express( HB_DEBUG_NONE, 0 ); + fHandle = hb_init_express( HB_DEBUG_ALL, 0);//HB_DEBUG_NONE, 0 ); fList = hb_get_titles( fHandle ); } @@ -534,6 +534,7 @@ 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]; |