Add 'pnot' as a valid atom name in quicktime

Original commit message from CVS:
Add 'pnot' as a valid atom name in quicktime
This commit is contained in:
David Schleef 2003-11-06 00:06:03 +00:00
parent 2addec025a
commit 2ea76a320c

View file

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