mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
cosmetics
Originally committed as revision 15063 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
6fdb4fb0f5
commit
0b62964f54
@ -355,6 +355,7 @@ static void mxf_write_identification(AVFormatContext *s)
|
||||
mxf_write_local_tag(pb, 16, 0x3C0A);
|
||||
mxf_write_uuid(pb, Identification, 0);
|
||||
PRINT_KEY(s, "identification uid", pb->buf_ptr - 16);
|
||||
|
||||
// write generation uid
|
||||
mxf_write_local_tag(pb, 16, 0x3C09);
|
||||
mxf_write_uuid(pb, Identification, 1);
|
||||
|
Loading…
Reference in New Issue
Block a user