avidemux: Fix assertion error while combining flows
Submitted by Vineeth
Link to original bug (#756413)
Description
In case of stream without pads, it is being skipped and advance() is being called. But when advance reaches eos, then the stream is not advanced and the present stream will still not have pads, and the same is being passed on while combining flows, resulting in assertion errors.