[FFmpeg-cvslog] mov: Add a comment referring to the standard that defines the loci box

Martin Storsjö git at videolan.org
Fri Jun 24 10:43:38 CEST 2016


ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Wed May 18 13:33:55 2016 +0300| [d34826c33d401929b2ff8aee161fd39ad0a73613] | committer: Martin Storsjö

mov: Add a comment referring to the standard that defines the loci box

Signed-off-by: Martin Storsjö <martin at martin.st>

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

 libavformat/mov.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/libavformat/mov.c b/libavformat/mov.c
index 376820c..b4ff4ff 100644
--- a/libavformat/mov.c
+++ b/libavformat/mov.c
@@ -217,6 +217,7 @@ static int mov_read_covr(MOVContext *c, AVIOContext *pb, int type, int len)
     return 0;
 }
 
+// 3GPP TS 26.244
 static int mov_metadata_loci(MOVContext *c, AVIOContext *pb, unsigned len)
 {
     char language[4] = { 0 };



More information about the ffmpeg-cvslog mailing list