#6396: Wrong timestamps for raw flac streams
-------------------------------------+-------------------------------------
Reporter: cehoyos | Owner:
Type: defect | Status: new
Priority: important | Component: avformat
Version: git-master | Resolution:
Keywords: flac | Blocked By:
regression |
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Comment (by mkver):
The reason is a wrong timebase: The pts the parser returns are in 44100
Hz, but the timebase is 90 kHz. The duration gets scaled in parse_packet()
in libavformat/utils.c, but the timestamps don't.
--
Ticket URL: <https://trac.ffmpeg.org/ticket/6396#comment:3>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
_______________________________________________
FFmpeg-trac mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".