Commit fe07f7db authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

vda: fix build

parent a1264cb7
...@@ -44,7 +44,8 @@ ...@@ -44,7 +44,8 @@
#pragma mark prototypes and definitions #pragma mark prototypes and definitions
static int Open( vlc_va_t *, AVCodecContext *, const es_format_t * ); static int Open( vlc_va_t *, AVCodecContext *, enum PixelFormat,
const es_format_t * );
static void Close( vlc_va_t * , AVCodecContext *); static void Close( vlc_va_t * , AVCodecContext *);
static int Setup( vlc_va_t *, AVCodecContext *, vlc_fourcc_t *); static int Setup( vlc_va_t *, AVCodecContext *, vlc_fourcc_t *);
static int Get( vlc_va_t *, picture_t *, uint8_t ** ); static int Get( vlc_va_t *, picture_t *, uint8_t ** );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment