Opened 5 years ago

Closed 3 years ago

Last modified 3 years ago

#7754 closed defect (fixed)

cdg: should not set duration on frames

Reported by: Guillaume Desmottes Owned by:
Priority: normal Component: avformat
Version: git-master Keywords: cdg
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

The CDG demuxer sets an invalid duration on frames. The actual frame duration is unknown as the frame should be displayed until we encounter the next CDG packet.

I proposed a patch setting duration to AV_NOPTS_VALUE but I've been told this was not the proper way to do it, see http://ffmpeg.org/pipermail/ffmpeg-devel/2019-February/240026.html

Change History (2)

comment:1 by Elon Musk, 3 years ago

Resolution: fixed
Status: newclosed

Fixed differently in code, now seeking is supported.

comment:2 by Carl Eugen Hoyos, 3 years ago

Keywords: cdg added
Version: unspecifiedgit-master
Note: See TracTickets for help on using tickets.