On Thu, Sep 04, 2014 at 04:11:19PM +0300, Rémi Denis-Courmont wrote:
> --- a/libavcodec/vdpau.h
> +++ b/libavcodec/vdpau.h
> @@ -150,6 +150,16 @@ typedef struct AVVDPAUContext {
> +/**
> + * Gets the proper VDPAU video surface chroma type to supply to a codecGet_ > + * @note Behaviour is undefined if the contex is not using VDPAU. contex_t I'd say "behavi_o_r". > + * @return VDPAU chroma type of video surfaces (cannot fail) > + */ > +VdpChromaType av_vdpau_get_chroma_type(AVCodecContext *avctx); Please document the parameter as well to avoid more warnings from Doxygen. Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
