Use new LiRequestIdrFrame() API

This commit is contained in:
Cameron Gutman
2022-10-05 00:53:31 -05:00
parent f8c7e2ee41
commit fbbbd5e0b8
4 changed files with 7 additions and 22 deletions
-3
View File
@@ -45,8 +45,6 @@ public:
void flushWindowEvents();
bool getAndClearPendingIdrFrameStatus();
signals:
void stageStarting(QString stage);
@@ -156,7 +154,6 @@ private:
SDL_Window* m_Window;
IVideoDecoder* m_VideoDecoder;
SDL_SpinLock m_DecoderLock;
SDL_atomic_t m_NeedsIdr;
bool m_AudioDisabled;
bool m_AudioMuted;
Uint32 m_FullScreenFlag;