[FFmpeg-devel] [PATCH 10/28] silence 'invalid dts/pts combination' spew coming from ffmpeg. This is an info message not a error condition as ffmpeg will flag the invalid pts as AV_NOPTS_VALUE.
Carl Eugen Hoyos
cehoyos
Thu Jul 1 01:03:24 CEST 2010
Michael Niedermayer <michaelni <at> gmx.at> writes:
> > - av_log(s, AV_LOG_WARNING, "invalid dts/pts combination\n");
> > + av_log(s, AV_LOG_DEBUG, "invalid dts/pts combination\n");
> > pkt->dts= pkt->pts= AV_NOPTS_VALUE;
>
> if people consider it to noisy then the patch is ok
Applied after finding a similar report on roundup.
Carl Eugen
More information about the ffmpeg-devel
mailing list