Commit 429b0c7a authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

VDA: silence a warning

parent df9c1aa4
......@@ -335,6 +335,7 @@ static int Open( vlc_va_t *va, AVCodecContext *avctx, const es_format_t *fmt )
msg_Dbg( va, "VDA decoder Open success!");
(void) fmt;
(void) avctx;
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