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

avformat/apngdec: set pts to AV_NOPTS_VALUE


And let the generic code figure out the proper PTS. This is needed because apng
does not provide seek functions, but after a generic seek (e.g. to file start)
timestamps are not reset which causes broken timestamps when looping apngs,
like in ticket #6121.

Signed-off-by: default avatarMarton Balint <cus@passwd.hu>
parent da36bcbe
No related branches found
No related tags found
Loading
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