[FFmpeg-devel] [PATCH] lavf/mov.c: Fallback to finding non-keyframe in fix_index, if keyframe search fails.

Derek Buitenhuis derek.buitenhuis at gmail.com
Fri Nov 4 19:05:08 EET 2016


On 11/3/2016 10:36 PM, Sasi Inguva wrote:
> +            if (index == -1) {
> +                av_log(mov->fc, AV_LOG_ERROR,
> +                       "st: %d edit list %"PRId64" Cannot find an index entry before timestamp: %"PRId64"\n",
> +                       st->index, edit_list_index, search_timestamp);
> +                continue;
> +            }

I don't have a sample off-hand for this, but do you know how QuickTime
reacts to this sort of thing?

- Derek


More information about the ffmpeg-devel mailing list