aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean First <jeanfirst@gmail.com>2012-01-14 14:10:19 +0100
committerMichael Niedermayer <michaelni@gmx.at>2012-01-16 03:25:30 +0100
commit60168f9319ab959758ce75698e1855408a76fd28 (patch)
tree44a0673afe6a56a6fb5035995020dea5f6eebb97
parent0c10885c39c5a51e23ef3924175166dd4fd8d64b (diff)
downloadffmpeg-60168f9319ab959758ce75698e1855408a76fd28.tar.gz
movenc: add FIXME to add alis and rsrc atoms
Signed-off-by: Jean First <jeanfirst@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r--libavformat/movenc.c1
1 files changed, 1 insertions, 0 deletions
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 */