Example #1
0
 public static extern void avcodec_register(ref AVCodec pAVCodec);
Example #2
0
 public static extern void register_avcodec(ref AVCodec pAVCodec);
Example #3
0
 public static extern int avcodec_open(ref AVCodecContext pAVCodecContext, AVCodec* pAVCodec);
Example #4
0
 public static extern int av_bitstream_filter_filter(ref AVBitStreamFilterContext pAVBitStreamFilterContext,
     ref AVCodec pAVCodecContext,
     string args,
     ref byte[] poutbuf,
     ref int poutbuf_size, byte[] buf, int buf_size, int keyframe);