[vlc-commits] x264: remove no-op
Rémi Denis-Courmont
git at videolan.org
Tue Apr 22 23:30:07 CEST 2014
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Wed Apr 23 00:29:59 2014 +0300| [f301c804cf9970e46cbab0c39b5795c1bfb344cd] | committer: Rémi Denis-Courmont
x264: remove no-op
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f301c804cf9970e46cbab0c39b5795c1bfb344cd
---
modules/codec/x264.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/modules/codec/x264.c b/modules/codec/x264.c
index 80381fa..b7778c1 100644
--- a/modules/codec/x264.c
+++ b/modules/codec/x264.c
@@ -1467,7 +1467,6 @@ static void x264_log( void *data, int i_level, const char *psz, va_list args)
i_level = VLC_MSG_INFO;
break;
case X264_LOG_DEBUG:
- i_level = VLC_MSG_DBG;
default:
i_level = VLC_MSG_DBG;
}
More information about the vlc-commits
mailing list