[FFmpeg-devel] [PATCH] avformat/mux: ignore invalid timestamps on formats without timestamps

Hendrik Leppkes h.leppkes at gmail.com
Thu Apr 12 23:24:31 EEST 2018


On Thu, Apr 12, 2018 at 9:59 PM, Michael Niedermayer
<michael at niedermayer.cc> wrote:
> On Thu, Apr 12, 2018 at 10:20:38AM +0200, Hendrik Leppkes wrote:
>> ---
>>  libavformat/mux.c | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> can you provide an example/testcase of when this is needed ?
>

Just take any file with that particular timestamp problem and try
muxing its audio into a raw audio formt, like .ac3. It already ignores
that error on non-strict timestamps, so it should even moreso ignore
it when not handling timestamps at all.

- Hendrik


More information about the ffmpeg-devel mailing list