Add 'PICT' as possible qt atom type

Original commit message from CVS:
Add 'PICT' as possible qt atom type
This commit is contained in:
David Schleef 2003-11-06 03:29:36 +00:00
parent 51ee95fb9a
commit 40ed06289e

View file

@ -644,6 +644,7 @@ qt_type_find (GstTypeFind *tf, gpointer unused)
strncmp (&data[4], "moov", 4) != 0 &&
strncmp (&data[4], "mdat", 4) != 0 &&
strncmp (&data[4], "pnot", 4) != 0 &&
strncmp (&data[4], "PICT", 4) != 0 &&
strncmp (&data[4], "free", 4) != 0) {
tip = 0;
break;