summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
authorClément Bœsch <clement@stupeflix.com>2016-06-24 10:44:00 +0200
committerClément Bœsch <clement@stupeflix.com>2016-06-24 10:44:00 +0200
commit6dd80591b88356ac633c9f6dc2d5d1d6a220550a (patch)
tree3a7b795fffc5ad5578ffe229f7df792958a78d5b /libavformat
parent1b7eaead0cd41b75477390c3660778fb9758e9fc (diff)
parentd34826c33d401929b2ff8aee161fd39ad0a73613 (diff)
Merge commit 'd34826c33d401929b2ff8aee161fd39ad0a73613'
* commit 'd34826c33d401929b2ff8aee161fd39ad0a73613': mov: Add a comment referring to the standard that defines the loci box Merged-by: Clément Bœsch <clement@stupeflix.com>
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/mov.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/mov.c b/libavformat/mov.c
index d75605d792..712629520a 100644
--- a/libavformat/mov.c
+++ b/libavformat/mov.c
@@ -215,6 +215,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 };