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

avcodec_set_dimensions() private method

private avcodec_set_dimensions ( AVCodecContext @s, int @width, int @height ) : void
@s AVCodecContext
@width int
@height int
return void
        public static extern void avcodec_set_dimensions(AVCodecContext* @s, int @width, int @height);
        
ffmpeg