FS-7517 squash fix copy & paste err

This commit is contained in:
Seven Du 2015-06-17 09:51:54 +08:00
parent 8f7c2f9ed9
commit 009b7123f4
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ static switch_size_t buffer_h264_nalu(h264_codec_context_t *context, switch_fram
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "INVALID PACKET\n");
context->got_sps = 0;
switch_buffer_zero(buffer);
return SWITCH_STATUS_FALSE;
return 0;
}
nalu_hdr = *data;