diff options
author | jstebbins <[email protected]> | 2010-06-08 05:18:36 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2010-06-08 05:18:36 +0000 |
commit | b9b461bf10fffde5a77dd930809f2c72f496abcf (patch) | |
tree | ad89b5cdf1106a6191556be4e4695f17b41767b9 | |
parent | 1771d1652c81af218fd366cab8be991f19c27e49 (diff) |
LinGui: remove debug printf
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3371 b64f7644-9d1e-0410-96f1-a4d463321fa5
-rw-r--r-- | gtk/src/hb-backend.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/src/hb-backend.c b/gtk/src/hb-backend.c index 5ec7ced42..e4cd7dd37 100644 --- a/gtk/src/hb-backend.c +++ b/gtk/src/hb-backend.c @@ -4719,7 +4719,6 @@ add_job(hb_handle_t *h, GValue *js, gint unique_id, gint titleindex) channels = 2; // Make sure the mixdown is valid and pick a new one if not. -printf("mix %x\n", audio.out.mixdown); audio.out.mixdown = ghb_get_best_mix(titleindex, audio.in.track, audio.out.codec, audio.out.mixdown); audio.out.bitrate = |