Skip to content
Snippets Groups Projects
Commit b383498e authored by Marton Balint's avatar Marton Balint
Browse files

ffplay: estimate audio frame pts from the previous frame pts values


Previously we estimated the audio packet pts instead of the frame pts,
therefore it only worked within a single packet (containing multiple frames).

The new method works accross seperate audio packets as well and also handles
better the case if a decoder buffers several packets before outputting a
decoded frame.

Signed-off-by: default avatarMarton Balint <cus@passwd.hu>
parent 782e06e2
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