sanity check in case of symbol clashes with avifile

Original commit message from CVS:
sanity check in case of symbol clashes with avifile
This commit is contained in:
David I. Lehn 2002-12-05 00:26:19 +00:00
parent 3b7486c820
commit 5daec672ad

View file

@ -671,6 +671,7 @@ gst_swfdec_init (GstSwfdec *swfdec)
/* initialize the swfdec decoder state */
swfdec->state = swf_init();
g_return_if_fail(swfdec->state != NULL);
swfdec->state->colorspace = SWF_COLORSPACE_RGB888;