mirror of https://github.com/FFmpeg/FFmpeg.git
Previously, the pts value was initialised to AV_NOPTS_VALUE and so it was not necessary to always set it. Now, with the new-new decode API, this is no longer true. I'm not sure why I avoided setting the pts when the decoder value was also AV_NOPTS_VALUE - it clearly wouldn't have changed anything previously, but here we are. Failing to do this, means the frame pts will be some random uninitalised value.pull/254/merge
parent
960b4d4761
commit
181aa1be49
1 changed files with 3 additions and 4 deletions
Loading…
Reference in new issue