|
|
@@ -4475,7 +4475,8 @@ static int mov_write_sidx_tag(AVIOContext *pb, |
|
|
{ |
|
|
{ |
|
|
int64_t pos = avio_tell(pb), offset_pos, end_pos; |
|
|
int64_t pos = avio_tell(pb), offset_pos, end_pos; |
|
|
int64_t presentation_time, duration, offset; |
|
|
int64_t presentation_time, duration, offset; |
|
|
int starts_with_SAP, i, entries; |
|
|
|
|
|
|
|
|
unsigned starts_with_SAP; |
|
|
|
|
|
int i, entries; |
|
|
|
|
|
|
|
|
if (track->entry) { |
|
|
if (track->entry) { |
|
|
entries = 1; |
|
|
entries = 1; |
|
|
|