From 40ed06289e2b45d4b2758fabd8aeb25de260b3b9 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Thu, 6 Nov 2003 03:29:36 +0000 Subject: [PATCH] Add 'PICT' as possible qt atom type Original commit message from CVS: Add 'PICT' as possible qt atom type --- gst/typefind/gsttypefindfunctions.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gst/typefind/gsttypefindfunctions.c b/gst/typefind/gsttypefindfunctions.c index db3233f..60351a5 100644 --- a/gst/typefind/gsttypefindfunctions.c +++ b/gst/typefind/gsttypefindfunctions.c @@ -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; -- 2.7.4