Changes between Initial Version and Version 1 of Ticket #10018


Ignore:
Timestamp:
Nov 9, 2022, 3:46:24 PM (4 years ago)
Author:
Peter Z
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10018 – Description

    initial v1  
    23238a3f8afa4e46011e9c5849f8e0d57ec9b53deef7
    2424
    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.
     25At 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.
    2626https://github.com/FFmpeg/FFmpeg/blob/master/libavformat/demux.c#L668
    2727Thus the heuristic for guessing the frame duration is now taking the second branch and going purely on timebase.