applemedia: fix H264 streams with b-frames
authorAndoni Morales Alastruey <ylatuya@gmail.com>
Fri, 26 Apr 2013 15:47:26 +0000 (17:47 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 20 May 2013 11:31:02 +0000 (13:31 +0200)
commit2f36ffb7d02d844a814a938053d856a96d415fba
treee57927861cf6719d228bbfa1729692f9557e7a7b
parent3b249f676121b725eb1c4c092e99a451af3e8dc6
applemedia: fix H264 streams with b-frames

The decoder output frames in DTS order, even with the flag
kVTDecodeFrame_EnableTemporalProcessing. We store a internal
queue of the decoded frames and push them PTS order.
sys/applemedia/vtdec.c
sys/applemedia/vtdec.h