FFMS / ffms2

An FFmpeg based source library and Avisynth/VapourSynth plugin for easy frame accurate access
Other
574 stars 104 forks source link

videosource: Decode all packets, even if hidden, when the file is PAFF #392

Closed dwbuiten closed 2 years ago

dwbuiten commented 2 years ago

Otherwise, we don't have enough packets to decode a frame until every 2nd call to GetFrame, and duplicates are output.

Not sure why I never upstreamed this.