vlc_opengl_filter: include vlc_es.h

video_format_t is defined in vlc_es.h and is used by the header.
This commit is contained in:
Alexandre Janniaux 2023-08-10 14:49:50 +02:00 committed by Jean-Baptiste Kempf
parent 5003ec6b75
commit 256f8553d3
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@
#include <vlc_tick.h>
#include <vlc_ancillary.h>
#include <vlc_es.h>
struct vlc_gl_filter;
struct vlc_gl_picture;