Add 'pnot' as a valid atom name in quicktime
authorDavid Schleef <ds@schleef.org>
Thu, 6 Nov 2003 00:06:03 +0000 (00:06 +0000)
committerDavid Schleef <ds@schleef.org>
Thu, 6 Nov 2003 00:06:03 +0000 (00:06 +0000)
Original commit message from CVS:
Add 'pnot' as a valid atom name in quicktime

gst/typefind/gsttypefindfunctions.c

index b21beea..8019bf6 100644 (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;