示例#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);