Commit d34826c3 authored by Martin Storsjö's avatar Martin Storsjö

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

Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
parent 72d62106
......@@ -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 };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment