mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-04 06:08:26 +02:00
factorize
Originally committed as revision 15114 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
f05773ea8f
commit
6ae9d3faae
@ -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];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user