> On Jan 1, 2023, at 03:26, Stefano Sabatini <[email protected]> wrote: > > On date Wednesday 2022-07-13 02:02:17 +0200, Stefano Sabatini wrote: >> For some samples the pkt->pts is always missing, use the pkt->dts >> instead.
If some pkt->pts is missing but isn’t always missing, isn’t it mixed the use of pts and dts? I don’t have a particular case in mind yet. >> >> Fix trac issue http://trac.ffmpeg.org/ticket/4427. >> --- >> fftools/ffprobe.c | 5 +++-- >> 1 file changed, 3 insertions(+), 2 deletions(-) > > Updated. > <0001-ffprobe-use-pkt-dts-to-compute-interval-ts-when-pts-.patch>_______________________________________________ > ffmpeg-devel mailing list > [email protected] > https://ffmpeg.org/mailman/listinfo/ffmpeg-devel > > To unsubscribe, visit link above, or email > [email protected] with subject "unsubscribe". _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
