#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 , 6 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:2 by , 6 years ago
| Keywords: | cdg added |
|---|---|
| Version: | unspecified → git-master |
That would be e1da139a331de753867dc3af2da0d8341f9d2ed5
Note:
See TracTickets
for help on using tickets.



Fixed differently in code, now seeking is supported.