mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-05 02:34:18 +00:00
FS-7517: doh
This commit is contained in:
parent
43ec552252
commit
a64d8b01d1
@ -246,7 +246,7 @@ static switch_status_t nalu_slice(h264_codec_context_t *context, switch_frame_t
|
||||
}
|
||||
|
||||
//DFF The else branch here is not working. Whatever it's doing is creating corrupt picture.
|
||||
{//if (nalu_len <= SLICE_SIZE) {
|
||||
if (1||nalu_len <= SLICE_SIZE) {
|
||||
uint8_t nalu_type;
|
||||
|
||||
context->last_nalu_data_pos += 4;
|
||||
|
Loading…
x
Reference in New Issue
Block a user