-
- Downloads
mov: check for EOF in long lasting loops
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.
Loading
Please register or sign in to comment