Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix CurrentFrame guessing when second fields have Pos=-1
For (non-MBAFF) interlaced h264 in mpegts containers, the second fields all have FilePos equal to -1 or to the previous packet's FilePos. Previously, the fields with FilePos=-1 would abort the loop to find CurrentFrame prematurely.
- Loading branch information