Optimize decoder capability checking

This commit is contained in:
Cameron Gutman
2019-12-14 15:20:44 -08:00
parent af6b8c9b88
commit 88930a9de4
2 changed files with 27 additions and 26 deletions
+1 -4
View File
@@ -61,10 +61,7 @@ private:
void emitLaunchWarning(QString text);
static
int getDecoderCapabilities(SDL_Window* window,
StreamingPreferences::VideoDecoderSelection vds,
int videoFormat, int width, int height, int frameRate);
bool populateDecoderProperties(SDL_Window* window);
IAudioRenderer* createAudioRenderer(const POPUS_MULTISTREAM_CONFIGURATION opusConfig);