-1

I have made a movie player using ffmpeg and sdl 1.2.5 in MFC to play avi.

When I send video-image to my mfc-viewer insted of sending them to sdl screen, every play is OK, but when I play avi, sdl screen is popup which is not how it should do it.

Is it possible to hide sdl screen in version 1.2 or is there any way to hide sdl screen like hiding sdl-screen of MFC-viewer and so on?

double-beep
  • 5,031
  • 17
  • 33
  • 41
n2v2rda2
  • 327
  • 2
  • 5
  • 15

1 Answers1

0

You can use SDL_HideWindow to hide your window if that is what you mean by "screen".

Kryomaani
  • 152
  • 8