Просмотр исходного кода

playback: don't glFinish from within the app. the vout module does so for us. (refs #9431)

Felix Paul Kühne 11 лет назад
Родитель
Сommit
3b0f2b7ff7
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      AspenProject/VLCMovieViewController.m

+ 0 - 2
AspenProject/VLCMovieViewController.m

@@ -1001,8 +1001,6 @@
             _shouldResumePlaying = YES;
         }
     }
-
-    glFinish();
 }
 
 - (void)applicationDidEnterBackground:(NSNotification *)notification