[vlc-devel] [vlc-commits] Add V4L2 64-bits integer controls (refs #5302)
Rémi Denis-Courmont
remi at remlab.net
Sun Oct 2 10:50:25 CEST 2011
Le dimanche 2 octobre 2011 02:50:34 Pierre Ynard, vous avez écrit :
> > + struct v4l2_ext_control ext_ctrl = {
> > + .id = c->id,
> > + .size = 0,
> > + .value64 = value,
> > + };
>
> value64 is in an unnamed union. Is this valid C99?
As far as I know, C99 does not have anonymous unions to boot.
--
Rémi Denis-Courmont
http://www.remlab.net/
http://fi.linkedin.com/in/remidenis
More information about the vlc-devel
mailing list