forked from FFmpeg/FFmpeg
cosmetics
Originally committed as revision 15063 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
6fdb4fb0f5
commit
0b62964f54
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue