|
OpenEnroth bb0c5f2
|
#include "FFmpegBlobIoContext.h"#include <algorithm>#include <cassert>#include <utility>#include <libavcodec/avcodec.h>#include <libavformat/avio.h>#include <libavutil/mem.h>Functions | |
| int | ffRead (void *opaque, uint8_t *buf, int size) |
| int64_t | ffSeek (void *opaque, int64_t offset, int whence) |
| int ffRead | ( | void * | opaque, |
| uint8_t * | buf, | ||
| int | size | ||
| ) |
| int64_t ffSeek | ( | void * | opaque, |
| int64_t | offset, | ||
| int | whence | ||
| ) |