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 };