[vlc-devel] [PATCH] va: document the extra parameter
Rémi Denis-Courmont
remi at remlab.net
Wed Jun 3 09:54:40 CEST 2015
Le 2015-06-02 16:56, Steve Lhomme a écrit :
> ---
> modules/codec/avcodec/va.h | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/modules/codec/avcodec/va.h b/modules/codec/avcodec/va.h
> index 5c4b11d..2d3d30b 100644
> --- a/modules/codec/avcodec/va.h
> +++ b/modules/codec/avcodec/va.h
> @@ -55,6 +55,7 @@ vlc_fourcc_t vlc_va_GetChroma(enum PixelFormat
> hwfmt, enum PixelFormat swfmt);
> * Creates an accelerated video decoding back-end for libavcodec.
> * @param obj parent VLC object
> * @param fmt VLC format of the content to decode
> + * @param p_sys picture_sys_t type that will be used with Extract()
True but misleading IMO.
> * @return a new VLC object on success, NULL on error.
> */
> vlc_va_t *vlc_va_New(vlc_object_t *obj, AVCodecContext *,
--
Rémi Denis-Courmont
http://www.remlab.net/
More information about the vlc-devel
mailing list