MT#63317 fix typo

Change-Id: I34359f41877819c031b927828cdf2d8d512c5f58
Warned-by: Coverity
rfuchs/2010
Richard Fuchs 4 months ago
parent b26252b2a5
commit b018e64463

@ -2881,7 +2881,7 @@ static void rtp_ext_mid_kernel(kernelize_state *s, unsigned int component, struc
return;
if (!bundle->extmap_id[RTP_EXT_MID])
return;
if (bundle->extmap_id[RTP_EXT_MID]->id != bundle->extmap_id[RTP_EXT_MID]->id)
if (bundle->extmap_id[RTP_EXT_MID]->id != media->extmap_id[RTP_EXT_MID]->id)
return;
s->reti.extmap = 1;

Loading…
Cancel
Save