From a37c2119baece04d28cd75816cd31270e317197a Mon Sep 17 00:00:00 2001 From: ritsuka Date: Tue, 19 Aug 2014 16:38:33 +0000 Subject: MacGui: added support for NLMeans denoise. Added the HBFilters class to store the filters settings, previously they were stored directly in the HBPictureController window controller. Removed the filter tab animations for now, they will be added back later. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6319 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- macosx/HBPicture.m | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 macosx/HBPicture.m (limited to 'macosx/HBPicture.m') diff --git a/macosx/HBPicture.m b/macosx/HBPicture.m new file mode 100644 index 000000000..bdbd2a677 --- /dev/null +++ b/macosx/HBPicture.m @@ -0,0 +1,13 @@ +// +// HBPicture.m +// HandBrake +// +// Created by Damiano Galassi on 12/08/14. +// +// + +#import "HBPicture.h" + +@implementation HBPicture + +@end -- cgit v1.2.3