diff options
Diffstat (limited to 'macosx/PrefsController.m')
-rw-r--r-- | macosx/PrefsController.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/PrefsController.m b/macosx/PrefsController.m index 6f98fa214..6d42624f1 100644 --- a/macosx/PrefsController.m +++ b/macosx/PrefsController.m @@ -16,7 +16,7 @@ forKey:@"DefaultLanguage"]; appDefaults = [NSDictionary dictionaryWithObject:@"NO" forKey:@"DefaultMpegName"]; - appDefaults = [NSDictionary dictionaryWithObject:@"NO" + appDefaults = [NSDictionary dictionaryWithObject:@"YES" forKey:@"DefaultCrf"]; appDefaults = [NSDictionary dictionaryWithObject:@"NO" forKey:@"DefaultDeinterlaceOn"]; |