[FFmpeg-cvslog] movenc: add FIXME to add alis and rsrc atoms

Jean First git at videolan.org
Mon Jan 16 03:40:27 CET 2012


ffmpeg | branch: master | Jean First <jeanfirst at gmail.com> | Sat Jan 14 14:10:19 2012 +0100| [60168f9319ab959758ce75698e1855408a76fd28] | committer: Michael Niedermayer

movenc: add FIXME to add alis and rsrc atoms

Signed-off-by: Jean First <jeanfirst at gmail.com>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=60168f9319ab959758ce75698e1855408a76fd28
---

 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 */
 



More information about the ffmpeg-cvslog mailing list