[vlc-commits] vpx: cosmetics
Tristan Matthews
git at videolan.org
Tue Feb 9 04:53:37 CET 2016
vlc | branch: master | Tristan Matthews <tmatth at videolan.org> | 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) {
More information about the vlc-commits
mailing list