Skip to content
Snippets Groups Projects
Commit d97fa416 authored by Anton Khirnov's avatar Anton Khirnov Committed by Michael Niedermayer
Browse files

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: default avatarMichael Niedermayer <michaelni@gmx.at>
parent 67700e87
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment