Преглед на файлове

Movie View: allow custom setting of subtitle text encoding (close #8671)

Felix Paul Kühne преди 12 години
родител
ревизия
59d2b84c81
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      AspenProject/VLCMovieViewController.m

+ 2 - 1
AspenProject/VLCMovieViewController.m

@@ -46,7 +46,8 @@
 
     NSUserDefaults *defaults = [NSUserDefaults standardUserDefaults];
     NSArray *options = @[[defaults objectForKey:kVLCSettingVerboseOutput],
-                         [defaults objectForKey:kVLCSettingStretchAudio]];
+                         [defaults objectForKey:kVLCSettingStretchAudio],
+                         [defaults objectForKey:kVLCSettingTextEncoding]];
 
     _mediaPlayer = [[VLCMediaPlayer alloc] initWithOptions:options];
     [_mediaPlayer setDelegate:self];