mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
lavd/opengl_enc: fix window caption
Signed-off-by: Lukasz Marek <lukasz.m.luki@gmail.com>
This commit is contained in:
parent
1fb1ddf647
commit
69b19f2642
@ -407,6 +407,7 @@ static int av_cold opengl_sdl_create_window(AVFormatContext *h)
|
||||
av_log(opengl, AV_LOG_INFO, "SDL driver: '%s'.\n", SDL_VideoDriverName(buffer, sizeof(buffer)));
|
||||
message.width = opengl->surface->w;
|
||||
message.height = opengl->surface->h;
|
||||
SDL_WM_SetCaption(opengl->window_title, NULL);
|
||||
opengl_control_message(h, AV_APP_TO_DEV_WINDOW_SIZE, &message, sizeof(AVDeviceRect));
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user