Commit 6dd80591 authored by Clément Bœsch's avatar Clément Bœsch

Merge commit 'd34826c3'

* commit 'd34826c3':
  mov: Add a comment referring to the standard that defines the loci box
Merged-by: 's avatarClément Bœsch <clement@stupeflix.com>
parents 1b7eaead d34826c3
......@@ -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 };
......
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