summaryrefslogtreecommitdiffstats
path: root/macosx/HBPreviewController.mm
diff options
context:
space:
mode:
authordynaflash <[email protected]>2009-01-28 06:00:58 +0000
committerdynaflash <[email protected]>2009-01-28 06:00:58 +0000
commit4d35035dda728df0ebe01fa35e73d1c4b37ee4b2 (patch)
treed48b608ac326e8efa98157c8de10fbef96c0526a /macosx/HBPreviewController.mm
parent271785001bdd9c7387649b62ab62823964d13c8c (diff)
MacGui: Live Preview Fixes
- Fixes and Issue where using chapter markers on ffmpeg input sources caused a crash and or no encode and a gray screen. - Fixes an issue where not manually selecting a still preview caused the live preview encode to crash. - Many thanks to refulgentis for troubleshooting this for me. :) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2104 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBPreviewController.mm')
-rw-r--r--macosx/HBPreviewController.mm1
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/HBPreviewController.mm b/macosx/HBPreviewController.mm
index a74282c50..1b26e6caf 100644
--- a/macosx/HBPreviewController.mm
+++ b/macosx/HBPreviewController.mm
@@ -342,6 +342,7 @@ return YES;
isFullScreen = NO;
scaleToScreen = NO;
hudTimerSeconds = 0;
+ [self pictureSliderChanged:nil];
[self startHudTimer];
}