[vlc-devel] [PATCH]v4 codec: Add GStreamer based decoder module
Rémi Denis-Courmont
remi at remlab.net
Thu May 1 17:10:38 CEST 2014
Le jeudi 1 mai 2014, 20:33:45 vikram fugro a écrit :
> >> +/* Sets the video output format */
> >> +static bool set_vout_format( GstStructure *p_str,
> >> + const es_format_t *p_infmt, es_format_t *p_outfmt )
> >
> > Missing restrict qualifier, I think.
>
> You mean for both the es_format pointers, right?
Yes. Otherwise p_outfmt and p_infmt could be aliases.
--
Rémi Denis-Courmont
http://www.remlab.net/
More information about the vlc-devel
mailing list