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
6ae9d3fa
Commit
6ae9d3fa
authored
Aug 31, 2008
by
Baptiste Coudurier
Browse files
factorize
Originally committed as revision 15114 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
f05773ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
libavformat/mxfenc.c
View file @
6ae9d3fa
...
...
@@ -635,10 +635,8 @@ static void mxf_write_package(AVFormatContext *s, enum MXFMetadataSetType type)
if
(
type
==
SourcePackage
)
{
mxf_write_local_tag
(
pb
,
16
,
0x4701
);
mxf_write_uuid
(
pb
,
MultipleDescriptor
,
0
);
}
if
(
type
==
SourcePackage
)
mxf_write_multi_descriptor
(
s
);
}
for
(
i
=
0
;
i
<
s
->
nb_streams
;
i
++
)
{
AVStream
*
st
=
s
->
streams
[
i
];
...
...
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