[FFmpeg-devel] [PATCH 3/5] movenc: add FIXME to add alis and rsrc atoms

Jean First jeanfirst at gmail.com
Sat Jan 14 14:10:19 CET 2012


Signed-off-by: Jean First <jeanfirst at gmail.com>
---
 libavformat/movenc.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/libavformat/movenc.c b/libavformat/movenc.c
index 2556f05..c304291 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 */
 
-- 
1.7.8.3



More information about the ffmpeg-devel mailing list