mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
mov: Add a comment referring to the standard that defines the loci box
Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
parent
72d621069f
commit
d34826c33d
@ -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 };
|
||||
|
Loading…
Reference in New Issue
Block a user