[FFmpeg-devel] [PATCH] lavf/matroskadec: Ensure cues_end is initialized

Reimar Döffinger Reimar.Doeffinger at gmx.de
Tue Aug 26 09:31:01 CEST 2014



On 25.08.2014, at 18:15, Vignesh Venkatasubramanian <vigneshv at google.com> wrote:

>     avio_seek(matroska->ctx->pb, before_pos, SEEK_SET);
> +    if (cues_start == -1 || cues_end == -1) return -1;

Shouldn't this use something more descriptive than -1?


More information about the ffmpeg-devel mailing list