movenc: Add tfra entries for all tracks in a moof

Multimedia / Libav - Martin Storsjö [martin.st] - 17 November 2014 08:17 UTC

Previously only tfra entries were added for the first track in each moof.

The frag_info array used for tfra can also be used for writing other kinds of fragment indexes, where it's more important to include all tracks.

When the separate_moof option is enabled (as in ismv), we write a separate moof for each track, so this doesn't make any difference in that case.

3847f3a movenc: Add tfra entries for all tracks in a moof
libavformat/movenc.c | 4 ----
1 file changed, 4 deletions(-)

Upstream: git.libav.org


  • Share