Go to the documentation of this file. 1 #ifndef AVFRINGBUFFER_H
2 #define AVFRINGBUFFER_H
9 #include "libavformat/avio.h"
24 static int read_packet(
void *opaque, uint8_t *buf,
int buf_size);
25 static int write_packet(
void *opaque,
const uint8_t *buf,
int buf_size);
26 static int64_t
seek(
void *opaque, int64_t offset,
int whence);