FFMS / ffms2

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

Fix Keyframe Mismach Between Info and Frame #344

Closed dwbuiten closed 5 years ago

dwbuiten commented 5 years ago

Should fix the keyframe mismach between FFMS_FrameInfo and FFMS_Frame in #333 discussion... not sure if it is correct, though.

@tgoyne @myrsloik maybe you remember why this used to only use OriginalPos for keyframe info? It doesn't seem right to me...

Of course, this also only seems to show up on edit list files... so it could be something completely different and this this happens to fix it. I'm a bit paranoid.

CC: @lotharkript