<div> * Corrected comparison in RTP port selection.</div><div> * While loop cleaned.</div><div><br></div><div>The previous comparison against p_sys->i_port_audio and p_sys-> i_port_video fail when audio or video port is previously assigned to an audio or video ES. This set to cero p_sys->i_port_audio or p_sys->i_port_video so next time comparison is against cero and not the original port-audio or port-video stream option.</div>
<div>This patch correct this, copying options values access code in line 1310 of the Del function.</div><div>Test case: configure RTP stream out with port=60000 and port-video=60000 with an input file with the first ES of video type.</div>
<div><br></div><div>Also the while loop is simplified.</div><div><br></div><div>żIs this patch correct? I currently can't compile and test it.</div><div><br></div>