[FFmpeg-devel] [PATCH] mov: fix decode of fragments that overlap in time

Carl Eugen Hoyos ceffmpeg at gmail.com
Tue Oct 10 00:40:49 EEST 2017


2017-10-09 22:09 GMT+02:00 John Stebbins <jstebbins at jetheaddev.com>:

> +    // This shouldn't happen
> +    return NULL;

As in: This cannot happen and should be an assert()
or this does not happen for valid files and should print
an error?

Same below.

Carl Eugen


More information about the ffmpeg-devel mailing list