mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-15 03:41:41 +00: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