Improve debugging messages

This commit is contained in:
Cameron Gutman
2018-07-28 16:06:26 -07:00
parent e39b5a6a72
commit df26f731eb
6 changed files with 27 additions and 0 deletions

View File

@@ -23,6 +23,10 @@ SdlRenderer::~SdlRenderer()
bool SdlRenderer::prepareDecoderContext(AVCodecContext*)
{
/* Nothing to do */
SDL_LogInfo(SDL_LOG_CATEGORY_APPLICATION,
"Using SDL software renderer");
return true;
}