mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-15 03:34:56 +00:00
reindent
Originally committed as revision 15076 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
3eaa53b35e
commit
e7daab1e9c
@ -256,12 +256,12 @@ static void mxf_write_essence_container_refs(AVFormatContext *s)
|
||||
ByteIOContext *pb = s->pb;
|
||||
int i;
|
||||
|
||||
mxf_write_refs_count(pb, c->essence_container_count);
|
||||
av_log(s,AV_LOG_DEBUG, "essence container count:%d\n", c->essence_container_count);
|
||||
for (i = 0; i < c->essence_container_count; i++) {
|
||||
put_buffer(pb, ff_mxf_essence_container_uls[c->essence_containers_indices[i]].uid, 16);
|
||||
PRINT_KEY(s, "essence container ul:\n", ff_mxf_essence_container_uls[c->essence_containers_indices[i]].uid);
|
||||
}
|
||||
mxf_write_refs_count(pb, c->essence_container_count);
|
||||
av_log(s,AV_LOG_DEBUG, "essence container count:%d\n", c->essence_container_count);
|
||||
for (i = 0; i < c->essence_container_count; i++) {
|
||||
put_buffer(pb, ff_mxf_essence_container_uls[c->essence_containers_indices[i]].uid, 16);
|
||||
PRINT_KEY(s, "essence container ul:\n", ff_mxf_essence_container_uls[c->essence_containers_indices[i]].uid);
|
||||
}
|
||||
}
|
||||
|
||||
static void mxf_write_preface(AVFormatContext *s)
|
||||
|
Loading…
Reference in New Issue
Block a user