[vlc-commits] VDA: silence a warning
Jean-Baptiste Kempf
git at videolan.org
Tue Oct 21 11:36:24 CEST 2014
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Oct 21 11:36:11 2014 +0200| [429b0c7a08fa3e5fb2df6d2eb50d11ab503eece1] | committer: Jean-Baptiste Kempf
VDA: silence a warning
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=429b0c7a08fa3e5fb2df6d2eb50d11ab503eece1
---
modules/codec/avcodec/vda.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/modules/codec/avcodec/vda.c b/modules/codec/avcodec/vda.c
index 2af64e3..db2715f 100644
--- a/modules/codec/avcodec/vda.c
+++ b/modules/codec/avcodec/vda.c
@@ -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;
}
More information about the vlc-commits
mailing list