From e83db9e24916434573681200988fab5385494bad Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Thu, 20 Nov 2014 17:11:23 -0600 Subject: [PATCH] FS-7517: remove debug --- src/mod/codecs/mod_openh264/mod_openh264.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod/codecs/mod_openh264/mod_openh264.cpp b/src/mod/codecs/mod_openh264/mod_openh264.cpp index 5019880928..1575aa384e 100644 --- a/src/mod/codecs/mod_openh264/mod_openh264.cpp +++ b/src/mod/codecs/mod_openh264/mod_openh264.cpp @@ -478,7 +478,7 @@ static switch_status_t switch_h264_decode(switch_codec_t *codec, switch_frame_t context->last_received_complete_picture = frame->m ? SWITCH_TRUE : SWITCH_FALSE; size = buffer_h264_nalu(context, frame); - printf("READ buf:%ld got_key:%d st:%d m:%d\n", size, context->got_sps, status, frame->m); + //printf("READ buf:%ld got_key:%d st:%d m:%d\n", size, context->got_sps, status, frame->m); if (frame->m && size) {