[omxplayer] Always enable timestamp fifo mode.
authorpopcornmix <popcornmix@gmail.com>
Mon, 17 Feb 2014 14:35:19 +0000 (14:35 +0000)
committerpopcornmix <popcornmix@gmail.com>
Fri, 7 Mar 2014 11:03:22 +0000 (11:03 +0000)
commit0f42dc10a690995310941c661aeb5fe5e80a2143
tree443da81a5be52f82b5c9fb34e0863b853168405b
parent28f60eda8a95d559048e1bcc280a42d92f4bf6db
[omxplayer] Always enable timestamp fifo mode.

hints.ptsinvalid is only set for h264 in avi files. However it also can affect any videos with B frames in any container
(we have reports of mp4 and mkv stuttering because of invalid pts values).

To solve this we always enable the timestamp fifo mode, and the gpu treats this as an optional flag, and falls back to non-fifo timestamp
mode if the variance of that timestamp stream is better.
xbmc/cores/omxplayer/OMXVideo.cpp