mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-13 12:40:17 +00:00
FS-7517 squash fix copy & paste err
This commit is contained in:
parent
8f7c2f9ed9
commit
009b7123f4
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user