From 60168f9319ab959758ce75698e1855408a76fd28 Mon Sep 17 00:00:00 2001 From: Jean First Date: Sat, 14 Jan 2012 14:10:19 +0100 Subject: [PATCH] movenc: add FIXME to add alis and rsrc atoms Signed-off-by: Jean First Signed-off-by: Michael Niedermayer --- libavformat/movenc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavformat/movenc.c b/libavformat/movenc.c index 2556f056de..c304291858 100644 --- a/libavformat/movenc.c +++ b/libavformat/movenc.c @@ -1036,6 +1036,7 @@ static int mov_write_dref_tag(AVIOContext *pb) avio_wb32(pb, 1); /* entry count */ avio_wb32(pb, 0xc); /* size */ + //FIXME add the alis and rsrc atom ffio_wfourcc(pb, "url "); avio_wb32(pb, 1); /* version & flags */