コード例 #1
0
ファイル: AVCodec.cs プロジェクト: NichUK/ffmpeg-shard
 public static extern void img_resample_close(ref ImgReSampleContext pImgReSampleContext);
コード例 #2
0
ファイル: AVCodec.cs プロジェクト: NichUK/ffmpeg-shard
 public static extern void img_resample(ref ImgReSampleContext pImgReSampleContext, ref AVPicture output, ref AVPicture input);