|
@@ -474,6 +474,9 @@ static int open_video_playing(void* arg)
|
|
|
is->rvc_hostapi->Debug(MEDIA_LOG_ERROR, "SDL_CreateWindow() failed: %s.", SDL_GetError());
|
|
|
return -1;
|
|
|
}
|
|
|
+ else {
|
|
|
+ is->rvc_hostapi->Debug(MEDIA_LOG_ERROR, "SDL Create Window success.");
|
|
|
+ }
|
|
|
|
|
|
if (eFullScreen_Type == is->eWindType) {
|
|
|
SDL_SetWindowFullscreen(is->sdl_video.window, SDL_WINDOW_FULLSCREEN_DESKTOP);
|