You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
Merge commit '3847f3ab58b3b74604807394247bf68827258103'
* commit '3847f3ab58b3b74604807394247bf68827258103': movenc: Add tfra entries for all tracks in a moof Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -3330,10 +3330,6 @@ static int mov_add_tfra_entries(AVIOContext *pb, MOVMuxContext *mov, int tracks)
|
|||||||
track->cluster[0].dts;
|
track->cluster[0].dts;
|
||||||
info->tfrf_offset = 0;
|
info->tfrf_offset = 0;
|
||||||
mov_write_tfrf_tags(pb, mov, track);
|
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;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user