mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-16 03:50:05 +01:00
cosmetics
Originally committed as revision 15063 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user