[FFmpeg-devel] [PATCH] libavformat/mov: Fix inserting frames before current_frame

Moritz Barsnick barsnick at gmx.net
Thu Jul 27 15:28:01 EEST 2017


On Wed, Jul 26, 2017 at 15:37:16 -0700, Jacob Trimble wrote:
>              av_log(c->fc, AV_LOG_ERROR, "Failed to add index entry\n");
> +        } else if (err <= sc->current_sample && err + 1 !=
> st->nb_index_entries &&
> +            st->nb_index_entries != old_nb_index_entries) {

Your mailer inserted line breaks into the patch. Please either attach
it, or even better, send it with git send-email.

Thanks,
Moritz


More information about the ffmpeg-devel mailing list