Example #1
0
 public static Ref <Unsafe.AVFormatContext> Alloc()
 {
     return(FFmpegHelper.CheckAlloc <Unsafe.AVFormatContext>(
                Unsafe.ffmpeg.avformat_alloc_context()
                ));
 }