]> git.sesse.net Git - nageru/commit
Correct FFmpeg audio PTS.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 18 Apr 2018 22:59:47 +0000 (00:59 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 22 Apr 2018 13:17:32 +0000 (15:17 +0200)
commit7be71674af58d35d61928d2af6750efc5536bab6
tree8d8bf0485650c6108cd1efceaa9e2988d4c9c4f7
parented097a5749ba8b78ffc7886aa1362c0095234ab6
Correct FFmpeg audio PTS.

The PTS should come from received (decoded) samples, not what we send
into the codec -- if there's codec delay, the difference could be
significant.
ffmpeg_capture.cpp