]> git.sesse.net Git - vlc/commit
omxil: Pass pts as timestamp on the ducati decoder
authorMartin Storsjö <martin@martin.st>
Wed, 4 Apr 2012 12:18:00 +0000 (15:18 +0300)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 5 Apr 2012 09:45:58 +0000 (11:45 +0200)
commitc2841b2243f467cd1b101b69cf348020bd26b177
treec291f7a7d2f7d12baafa4645c9db3d9ce75fd1a9
parent98be9ffa8924c8b345da75bd310e497ea88131ff
omxil: Pass pts as timestamp on the ducati decoder

This decoder reorders timestamps according to the frame reordering,
and thus should be given pts instead of dts. Other decoders don't
do this reordering and should be given dts.

Still to be investigated how android/stagefright handles this,
since it always seems pass pts, not dts, to decoders.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/codec/omxil/omxil.c
modules/codec/omxil/omxil.h