Message ID | 1463569341-73691-1-git-send-email-martin@martin.st |
---|---|
State | Committed |
Commit | d34826c33d401929b2ff8aee161fd39ad0a73613 |
Headers | show |
On Wed, May 18, 2016 at 02:02:14PM +0300, Martin Storsjö wrote: > --- > libavformat/mov.c | 1 + > 1 file changed, 1 insertion(+) Should be OK. Diego
diff --git a/libavformat/mov.c b/libavformat/mov.c index 376820c..b4ff4ff 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -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 };