소스 검색

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

Felix Paul Kühne 11 년 전
부모
커밋
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