OSDN Git Service

ffmpeg: reduce overloading for InputStream.pts.
authorAnton Khirnov <anton@khirnov.net>
Sun, 5 Feb 2012 19:56:24 +0000 (20:56 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 8 Feb 2012 15:41:32 +0000 (16:41 +0100)
commitd97fa416d62fe00a69e5be947d7c51b71982dd12
treed6ae6c8de738cf2679aa31c974f69cc4e491e603
parent67700e877d9b77ada2dc3b4e56172be1243ae7e5
ffmpeg: reduce overloading for InputStream.pts.

It currently has different meanings at different times (dts of the last
read packet/pts of the last decoded frame). Reduce obfuscation by
storing pts of the decoded frame in the frame itself.

Conflicts:

ffmpeg.c

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
ffmpeg.c