]> git.sesse.net Git - nageru/commit
Revert "Simplify the timebase conversion in mux.cpp."
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 7 Apr 2018 21:11:28 +0000 (23:11 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 7 Apr 2018 21:11:28 +0000 (23:11 +0200)
commit7d061eb7c72417a7783c8007531f7a9d4cd649d1
tree7cd2eab50833b90b73d5e2dde9fd3a331bde45a6
parent5743f5528c75acdfd381a494db0b4936a3ab218b
Revert "Simplify the timebase conversion in mux.cpp."

We should use the pts and dts from the function parameters, not from the
packet. Would cause all wrong durations in some cases.

This reverts commit bcaf94e7f9a10925a86b8f7e03e5e184550ae9f5.
mux.cpp