Commit 6c52432b authored by Hendrik Leppkes's avatar Hendrik Leppkes

Merge commit '8e34089e'

* commit '8e34089e':
  movenc: Check that frag_info entries exist in mov_write_sidx_tag
Merged-by: 's avatarHendrik Leppkes <h.leppkes@gmail.com>
parents e1def4ff 8e34089e
......@@ -3680,6 +3680,8 @@ static int mov_write_sidx_tag(AVIOContext *pb,
}
} else {
entries = track->nb_frag_info;
if (entries <= 0)
return 0;
presentation_time = track->frag_info[0].time;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment