[vlc-commits] vda: remove useless debug
Felix Paul Kühne
git at videolan.org
Sun May 5 18:13:22 CEST 2013
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sun May 5 18:12:58 2013 +0200| [2e9a83888d96b5c5ea59166ffe520432e98c3e95] | committer: Felix Paul Kühne
vda: remove useless debug
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2e9a83888d96b5c5ea59166ffe520432e98c3e95
---
modules/codec/avcodec/vda.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/modules/codec/avcodec/vda.c b/modules/codec/avcodec/vda.c
index e2bbd88..f33001c 100644
--- a/modules/codec/avcodec/vda.c
+++ b/modules/codec/avcodec/vda.c
@@ -204,7 +204,6 @@ ok:
static int Get( vlc_va_t *external, AVFrame *p_ff )
{
- msg_Dbg(external, "Get");
VLC_UNUSED( external );
/* */
More information about the vlc-commits
mailing list