diff --git a/libavformat/mov.c b/libavformat/mov.c index f092255194..f9d9a87bcb 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -1776,7 +1776,7 @@ static int mov_read_elst(MOVContext *c, ByteIOContext *pb, MOVAtom atom) av_log(c->fc, AV_LOG_WARNING, "multiple edit list entries, " "a/v desync might occur, patch welcome\n"); - dprintf(c->fc, "track[%i].edit_count = %i\n", c->fc->nb_streams-1, sc->edit_count); + dprintf(c->fc, "track[%i].edit_count = %i\n", c->fc->nb_streams-1, edit_count); return 0; }