Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
ffmpeg
Commits
e7daab1e
Commit
e7daab1e
authored
Aug 31, 2008
by
Baptiste Coudurier
Browse files
reindent
Originally committed as revision 15076 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
3eaa53b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
libavformat/mxfenc.c
libavformat/mxfenc.c
+6
-6
No files found.
libavformat/mxfenc.c
View file @
e7daab1e
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment