|
FFmpeg
|
Theora encoder using libtheora. More...
#include "libavutil/common.h"#include "libavutil/intreadwrite.h"#include "libavutil/pixdesc.h"#include "libavutil/log.h"#include "libavutil/base64.h"#include "avcodec.h"#include "internal.h"#include <theora/theoraenc.h>Classes | |
| struct | TheoraContext |
Typedefs | |
| typedef struct TheoraContext | TheoraContext |
Variables | |
| AVCodec | ff_libtheora_encoder |
| AVCodec struct exposed to libavcodec. More... | |
Theora encoder using libtheora.
A lot of this is copy / paste from other output codecs in libavcodec or pure guesswork (or both).
I have used t_ prefixes on variables which are libtheora types and o_ prefixes on variables which are libogg types.
| AVCodec ff_libtheora_encoder |
AVCodec struct exposed to libavcodec.
1.8.12