FFmpeg.AutoGen.ffmpeg.av_codec_get_chroma_intra_matrix C# (CSharp) Method

av_codec_get_chroma_intra_matrix() private method

private av_codec_get_chroma_intra_matrix ( AVCodecContext @avctx ) : ushort*
@avctx AVCodecContext
return ushort*
        public static extern ushort* av_codec_get_chroma_intra_matrix(AVCodecContext* @avctx);
        
ffmpeg