summaryrefslogtreecommitdiffstats
path: root/macosx/HBPreviewController.m
diff options
context:
space:
mode:
authordynaflash <[email protected]>2012-03-28 01:18:33 +0000
committerdynaflash <[email protected]>2012-03-28 01:18:33 +0000
commit6ebb6203b59aecb21d502788f3390a5ca2d51cd1 (patch)
tree90d70e1c19024cc447947aade7a5f3e8a8f9833e /macosx/HBPreviewController.m
parent45b8f81a2e184e2b7deaf47afc49483766191a27 (diff)
MacGui: fix commit 4546 so it works on os x which is the filter pipeline rework from j45.
- libhb fix by Rodeo git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4547 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBPreviewController.m')
-rw-r--r--macosx/HBPreviewController.m2
1 files changed, 0 insertions, 2 deletions
diff --git a/macosx/HBPreviewController.m b/macosx/HBPreviewController.m
index dd2cb6ec4..3ec00d2a3 100644
--- a/macosx/HBPreviewController.m
+++ b/macosx/HBPreviewController.m
@@ -905,8 +905,6 @@
job->indepth_scan = 0;
job->pass = 0;
hb_add( fPreviewLibhb, job );
-
- hb_free_filters( job );
[fEncodingControlBox setHidden: NO];
[fPictureControlBox setHidden: YES];