Commit c9f97376 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

picture: remove invalidated assertion

gc.p_sys can now be NULL, if the picture has no planes.
parent 319f7ccb
......@@ -242,7 +242,6 @@ picture_t *picture_NewFromResource( const video_format_t *p_fmt, const picture_r
free( p_picture );
return NULL;
}
assert( p_picture->gc.p_sys != NULL );
}
/* */
p_picture->format = fmt;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment