FS-7517: remove debug

This commit is contained in:
Anthony Minessale 2014-11-20 17:11:23 -06:00 committed by Michael Jerris
parent 57bbdc929b
commit e83db9e249
1 changed files with 1 additions and 1 deletions

View 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) {