Commit 3fa4351d authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '3847f3ab'

* commit '3847f3ab':
  movenc: Add tfra entries for all tracks in a moof
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents b5b15c4d 3847f3ab
......@@ -3330,10 +3330,6 @@ static int mov_add_tfra_entries(AVIOContext *pb, MOVMuxContext *mov, int tracks)
track->cluster[0].dts;
info->tfrf_offset = 0;
mov_write_tfrf_tags(pb, mov, track);
// If writing all tracks, we currently only add a tfra entry for
// the first track (that actually has data to be written).
if (tracks < 0)
break;
}
return 0;
}
......
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