[vlc-devel] [PATCH] va: document the extra parameter
Steve Lhomme
robux4 at gmail.com
Tue Jun 2 15:56:15 CEST 2015
---
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()
* @return a new VLC object on success, NULL on error.
*/
vlc_va_t *vlc_va_New(vlc_object_t *obj, AVCodecContext *,
--
2.4.0
More information about the vlc-devel
mailing list