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:
parent
3b7486c820
commit
5daec672ad
@ -671,6 +671,7 @@ gst_swfdec_init (GstSwfdec *swfdec)
|
|||||||
|
|
||||||
/* initialize the swfdec decoder state */
|
/* initialize the swfdec decoder state */
|
||||||
swfdec->state = swf_init();
|
swfdec->state = swf_init();
|
||||||
|
g_return_if_fail(swfdec->state != NULL);
|
||||||
|
|
||||||
swfdec->state->colorspace = SWF_COLORSPACE_RGB888;
|
swfdec->state->colorspace = SWF_COLORSPACE_RGB888;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user