]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-7517: remove debug
authorAnthony Minessale <anthm@freeswitch.org>
Thu, 20 Nov 2014 23:11:23 +0000 (17:11 -0600)
committerMichael Jerris <mike@jerris.com>
Thu, 28 May 2015 17:46:47 +0000 (12:46 -0500)
src/mod/codecs/mod_openh264/mod_openh264.cpp

index 501988092865d0bf2db2f0def8624b6280f3c4a1..1575aa384e5976a273c813f22dff931fd1efede4 100644 (file)
@@ -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) {