]> git.sesse.net Git - nageru/commit
Fix packet sorting in Mux.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 4 May 2016 18:18:27 +0000 (20:18 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 4 May 2016 18:18:27 +0000 (20:18 +0200)
commitdd64578c19aace6c4a946af40a5716c716f20ce9
tree57a81aae367f38554eeba39dc9460fac023797f6
parentd21f8ae61b559a98970f65516db5a2dae8ad3972
Fix packet sorting in Mux.

Packets cannot be compared based on dts/pts alone; they also need
to take the timebase into account. (Right now, this is harmless,
but we need more precise packet sorting in the next commit.)
mux.cpp