Commit e51835c6 authored by bcoudurier's avatar bcoudurier

factorize

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15114 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent b00ec4f2
...@@ -635,10 +635,8 @@ static void mxf_write_package(AVFormatContext *s, enum MXFMetadataSetType type) ...@@ -635,10 +635,8 @@ static void mxf_write_package(AVFormatContext *s, enum MXFMetadataSetType type)
if (type == SourcePackage) { if (type == SourcePackage) {
mxf_write_local_tag(pb, 16, 0x4701); mxf_write_local_tag(pb, 16, 0x4701);
mxf_write_uuid(pb, MultipleDescriptor, 0); mxf_write_uuid(pb, MultipleDescriptor, 0);
}
if (type == SourcePackage)
mxf_write_multi_descriptor(s); mxf_write_multi_descriptor(s);
}
for (i = 0; i < s->nb_streams; i++) { for (i = 0; i < s->nb_streams; i++) {
AVStream *st = s->streams[i]; AVStream *st = s->streams[i];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment