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

av_codec_get_lowres() private method

private av_codec_get_lowres ( AVCodecContext @avctx ) : int
@avctx AVCodecContext
return int
        public static extern int av_codec_get_lowres(AVCodecContext* @avctx);
        
ffmpeg