From 2ea76a320c8aae65ec70a617f503bbc87fb09dfb Mon Sep 17 00:00:00 2001 From: David Schleef Date: Thu, 6 Nov 2003 00:06:03 +0000 Subject: [PATCH] Add 'pnot' as a valid atom name in quicktime Original commit message from CVS: Add 'pnot' as a valid atom name in quicktime --- gst/typefind/gsttypefindfunctions.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gst/typefind/gsttypefindfunctions.c b/gst/typefind/gsttypefindfunctions.c index b21beea8bb..8019bf6d94 100644 --- a/gst/typefind/gsttypefindfunctions.c +++ b/gst/typefind/gsttypefindfunctions.c @@ -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;