mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-26 17:18:15 +00:00
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
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue