vlc | branch: master | Tristan Matthews <[email protected]> | Mon Feb 8 22:47:19 2016 -0500| [f9141ac7b79645b9222a83b64702e77cbd8af7c5] | committer: Tristan Matthews
vpx: cosmetics > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f9141ac7b79645b9222a83b64702e77cbd8af7c5 --- modules/codec/vpx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/codec/vpx.c b/modules/codec/vpx.c index 90180b8..73b8aec 100644 --- a/modules/codec/vpx.c +++ b/modules/codec/vpx.c @@ -187,7 +187,7 @@ static int Open(vlc_object_t *p_this) .threads = __MIN(vlc_GetCPUCount(), 16) }; - msg_Dbg(p_this, "VP%d: using libvpx version %s (build options %s)", + msg_Dbg(p_this, "VP%d: using libvpx version %s (build options %s)", vp_version, vpx_codec_version_str(), vpx_codec_build_config()); if (vpx_codec_dec_init(&sys->ctx, iface, &deccfg, 0) != VPX_CODEC_OK) { _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
