Add 'PICT' as possible qt atom type
authorDavid Schleef <ds@schleef.org>
Thu, 6 Nov 2003 03:29:36 +0000 (03:29 +0000)
committerDavid Schleef <ds@schleef.org>
Thu, 6 Nov 2003 03:29:36 +0000 (03:29 +0000)
Original commit message from CVS:
Add 'PICT' as possible qt atom type

gst/typefind/gsttypefindfunctions.c

index db3233f..60351a5 100644 (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;