Skip to content
Snippets Groups Projects
Forked from VideoLAN / VLC
57946 commits behind the upstream repository.
Martin Storsjö's avatar
Martin Storsjö authored
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: default avatarJean-Baptiste Kempf <jb@videolan.org>
c2841b22