Clean up a warning
authorDavid Schleef <ds@schleef.org>
Wed, 29 Oct 2003 03:21:54 +0000 (03:21 +0000)
committerDavid Schleef <ds@schleef.org>
Wed, 29 Oct 2003 03:21:54 +0000 (03:21 +0000)
Original commit message from CVS:
Clean up a warning

gst/typefind/gsttypefindfunctions.c

index a9cb457..eabb482 100644 (file)
@@ -567,7 +567,7 @@ mpeg1_parse_header (GstTypeFind *tf, guint64 offset)
 static void
 mpeg1_sys_type_find (GstTypeFind *tf, gpointer unused)
 {
-  guint8 *data;
+  guint8 *data = NULL;
   guint size = 0;
   guint64 skipped = 0;