Пример #1
0
 public static extern int av_frame_set_qp_table(AVFrame* f, AVBufferRef* buf, int stride, int type);
Пример #2
0
 public static extern int av_buffer_make_writable(AVBufferRef** buf);
Пример #3
0
 public static extern int av_buffer_realloc(AVBufferRef** buf, int size);
Пример #4
0
 public static extern int av_buffer_get_ref_count(AVBufferRef* buf);
Пример #5
0
 public static extern void* av_buffer_get_opaque(AVBufferRef* buf);
Пример #6
0
 public static extern int av_buffer_is_writable(AVBufferRef* buf);
Пример #7
0
 public static extern void av_buffer_unref(AVBufferRef** buf);
Пример #8
0
 public static extern AVBufferRef* av_buffer_ref(AVBufferRef* buf);