diff options
author | Martin Storsjö <martin@martin.st> | 2016-05-18 13:33:55 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2016-05-19 10:46:39 +0300 |
commit | d34826c33d401929b2ff8aee161fd39ad0a73613 (patch) | |
tree | d39c7e71c13835f82c5fda6e87da24286bdf6f08 /libavformat/mov.c | |
parent | 72d621069fc301b431fac36b5281699a362562f2 (diff) | |
download | ffmpeg-d34826c33d401929b2ff8aee161fd39ad0a73613.tar.gz |
mov: Add a comment referring to the standard that defines the loci box
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavformat/mov.c')
-rw-r--r-- | libavformat/mov.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/mov.c b/libavformat/mov.c index 376820cd27..b4ff4ff513 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 }; |