[vlc-commits] videotoolbox: remove stray debug log

Thomas Guillem git at videolan.org
Thu Mar 30 10:27:48 CEST 2017


vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Thu Mar 30 10:23:01 2017 +0200| [9f52f7dfb1991493c4c45c15c203bdf95e205bbf] | committer: Thomas Guillem

videotoolbox: remove stray debug log

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9f52f7dfb1991493c4c45c15c203bdf95e205bbf
---

 modules/codec/videotoolbox.m | 1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/codec/videotoolbox.m b/modules/codec/videotoolbox.m
index d819cd7..48db054 100644
--- a/modules/codec/videotoolbox.m
+++ b/modules/codec/videotoolbox.m
@@ -1502,7 +1502,6 @@ static void DecoderCallback(void *decompressionOutputRefCon,
 
     if (infoFlags & kVTDecodeInfo_FrameDropped)
     {
-        printf("OUT %ld\n", pts.value);
         msg_Dbg(p_dec, "decoder dropped frame");
         free(p_info);
         return;



More information about the vlc-commits mailing list