[FFmpeg-trac] #10212(ffmpeg:open): Regression when trimming frames from the start
FFmpeg
trac at avcodec.org
Tue Feb 28 12:20:42 EET 2023
#10212: Regression when trimming frames from the start
-------------------------------------+-------------------------------------
Reporter: Ondrej | Owner: (none)
Mosnacek |
Type: defect | Status: open
Priority: normal | Component: ffmpeg
Version: git-master | Resolution:
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 1
Analyzed by developer: 1 |
-------------------------------------+-------------------------------------
Changes (by Gyan):
* analyzed: 0 => 1
* status: new => open
* reproduced: 0 => 1
Comment:
Reproduced, and yes, 9145c6d3b2e6 is the offending commit.
video sync method adjustment relies on a parameter (source_index) which
may be adjusted later on, in transcode_init(). But this commit moves the
video sync assignment to a place earlier in the pipeline.
--
Ticket URL: <https://trac.ffmpeg.org/ticket/10212#comment:1>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list