• Luca Barbato's avatar
    mov: check for EOF in long lasting loops · 9888ffb1
    Luca Barbato authored
    A quite widespread pattern in the demuxer is read a 32bit unsigned
    integer and then loop till this value is reached.
    
    Checking for EOF prevents pathological situations.
    9888ffb1
mov.c 97.8 KB