Commit 6d30686b authored by bcoudurier's avatar bcoudurier

use timestamp as modification date

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17010 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent b5c8ae8a
......@@ -432,9 +432,9 @@ static void mxf_write_identification(AVFormatContext *s)
mxf_write_local_tag(pb, 16, 0x3C05);
mxf_write_uuid(pb, Identification, 2);
// write modified date
// modification date
mxf_write_local_tag(pb, 8, 0x3C06);
put_be64(pb, 0);
put_be64(pb, s->timestamp);
}
static void mxf_write_content_storage(AVFormatContext *s)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment