Changes between Initial Version and Version 1 of Ticket #10018
- Timestamp:
- Nov 9, 2022, 3:46:24 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10018 – Description
initial v1 23 23 8a3f8afa4e46011e9c5849f8e0d57ec9b53deef7 24 24 25 At least I have observed that during the execution of the compute_frame_duration function there is now a valid pointer to a AVCodecParserContext set but not in the previous version of ffmpeg I ran.25 At least I have observed that during the execution of the compute_frame_duration function there is in ffmpeg5 a valid pointer to a AVCodecParserContext set but not in version 4.4.1 of ffmpeg. 26 26 https://github.com/FFmpeg/FFmpeg/blob/master/libavformat/demux.c#L668 27 27 Thus the heuristic for guessing the frame duration is now taking the second branch and going purely on timebase.


