Merge 73e7695bb5
into 3b58ebc5f3
This commit is contained in:
commit
b53b9a470c
|
@ -12527,7 +12527,7 @@ static int check_engine(switch_rtp_engine_t *engine)
|
||||||
|
|
||||||
status = switch_rtp_zerocopy_read_frame(engine->rtp_session, &engine->read_frame, flags);
|
status = switch_rtp_zerocopy_read_frame(engine->rtp_session, &engine->read_frame, flags);
|
||||||
|
|
||||||
if (!SWITCH_READ_ACCEPTABLE(status)) {
|
if (SWITCH_READ_ACCEPTABLE(status)) {
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue