Commit 031caeb2 authored by Steve Lhomme's avatar Steve Lhomme Committed by Jean-Baptiste Kempf

vda: fix a warning on unused variable

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent ce3bd683
......@@ -330,6 +330,7 @@ static int Open( vlc_va_t *va, AVCodecContext *avctx,
(void) fmt;
(void) avctx;
(void) p_sys;
return VLC_SUCCESS;
}
......
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