Пример #1
0
 public static extern void av_parser_close(ref AVCodecParserContext pAVCodecParserContext);
Пример #2
0
 public static extern int av_parser_parse(ref AVCodecParserContext pAVCodecParserContext,
     ref AVCodecContext pAVCodecContext,
     ref byte[] poutbuf, ref int poutbuf_size,
     byte[] buf, int buf_size, long pts, long dts);
Пример #3
0
 public static extern int av_parser_change(ref AVCodecParserContext pAVCodecParserContext,
     ref AVCodecContext pAVCodecContext,
     ref byte[] poutbuf, ref int poutbuf_size,
     byte[] buf, int buf_size, int keyframe);