diff options
author | dynaflash <[email protected]> | 2012-03-28 01:18:33 +0000 |
---|---|---|
committer | dynaflash <[email protected]> | 2012-03-28 01:18:33 +0000 |
commit | 6ebb6203b59aecb21d502788f3390a5ca2d51cd1 (patch) | |
tree | 90d70e1c19024cc447947aade7a5f3e8a8f9833e /macosx/HBPreviewController.m | |
parent | 45b8f81a2e184e2b7deaf47afc49483766191a27 (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.m | 2 |
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]; |