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
021fa42c
Commit
021fa42c
authored
Aug 31, 2008
by
Baptiste Coudurier
Browse files
factorize
Originally committed as revision 15074 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
2cd71ce5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
libavformat/mxfenc.c
libavformat/mxfenc.c
+3
-3
No files found.
libavformat/mxfenc.c
View file @
021fa42c
...
@@ -258,11 +258,11 @@ static int mxf_write_essence_container_refs(AVFormatContext *s, int write)
...
@@ -258,11 +258,11 @@ static int mxf_write_essence_container_refs(AVFormatContext *s, int write)
if
(
write
)
{
if
(
write
)
{
mxf_write_refs_count
(
pb
,
c
->
essence_container_count
);
mxf_write_refs_count
(
pb
,
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
);
av_log
(
s
,
AV_LOG_DEBUG
,
"essence container count:%d
\n
"
,
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
++
)
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
);
PRINT_KEY
(
s
,
"essence container ul:
\n
"
,
ff_mxf_essence_container_uls
[
c
->
essence_containers_indices
[
i
]].
uid
);
}
}
}
return
c
->
essence_container_count
;
return
c
->
essence_container_count
;
}
}
...
...
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