#11428: SIGFPE in xpsnr filter -------------------------------------+------------------------------------- Reporter: Ronald S. | Owner: Gyan Bultje | Doshi <ffmpeg@…> Type: defect | Status: closed Priority: normal | Component: | undetermined Version: unspecified | Resolution: fixed Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by Gyan Doshi <ffmpeg@…>):
* owner: (none) => Gyan Doshi <ffmpeg@…> * resolution: => fixed * status: new => closed Comment: In [changeset:"959b799c8d7564c599f80228248e269d27111d11/ffmpeg" 959b799c/ffmpeg]: {{{#!CommitTicketReference repository="ffmpeg" revision="959b799c8d7564c599f80228248e269d27111d11" avfilter/setpts: add option strip_fps to decide framerate handling In f121d95, the outlink framerate was unconditionally unset. This breaks/bloats outputs from CFR muxers unless the user explicitly sets a sane framerate. And the most common invocation for setpts seen in workflows, our docs and across the web is `PTS-STARTPTS` or others of the general form `PTS+constant` which preserves the input framerate. Default value is false, which restores old behaviour. Fixes #11428 }}} -- Ticket URL: <https://trac.ffmpeg.org/ticket/11428#comment:3> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
_______________________________________________ FFmpeg-trac mailing list FFmpeg-trac@avcodec.org https://ffmpeg.org/mailman/listinfo/ffmpeg-trac To unsubscribe, visit link above, or email ffmpeg-trac-requ...@ffmpeg.org with subject "unsubscribe".