#include <caca.h>
#include "libavutil/opt.h"
#include "libavutil/pixdesc.h"
#include "libavformat/mux.h"
#include "avdevice.h"
Go to the source code of this file.
◆ DEFINE_LIST_DITHER
#define DEFINE_LIST_DITHER |
( |
|
thing, |
|
|
|
thing_str |
|
) |
| |
Value:
{ \
const
char *
const *thing = caca_get_dither_## thing ##_list(
c->dither); \
for (
i = 0; thing[
i];
i += 2) \
}
Definition at line 73 of file caca.c.
◆ CHECK_DITHER_OPT
#define CHECK_DITHER_OPT |
( |
|
opt | ) |
|
Value: do { \
if (caca_set_dither_##opt(
c->dither,
c->opt) < 0) { \
av_log(
s,
AV_LOG_ERROR,
"Failed to set value '%s' for option '%s'\n", \
} \
} while (0)
◆ OFFSET
◆ ENC
◆ caca_deinit()
◆ list_drivers()
◆ DEFINE_LIST_DITHER() [1/4]
DEFINE_LIST_DITHER |
( |
color |
, |
|
|
"colors" |
|
|
) |
| |
◆ DEFINE_LIST_DITHER() [2/4]
DEFINE_LIST_DITHER |
( |
charset |
, |
|
|
"charsets" |
|
|
) |
| |
◆ DEFINE_LIST_DITHER() [3/4]
DEFINE_LIST_DITHER |
( |
algorithm |
, |
|
|
"algorithms" |
|
|
) |
| |
◆ DEFINE_LIST_DITHER() [4/4]
DEFINE_LIST_DITHER |
( |
antialias |
, |
|
|
"antialias" |
|
|
) |
| |
◆ caca_write_header()
◆ caca_write_packet()
◆ options
Initial value:
Definition at line 199 of file caca.c.
◆ caca_class
Initial value:= {
.class_name = "caca outdev",
}
Definition at line 216 of file caca.c.
◆ ff_caca_muxer
Initial value:
Definition at line 224 of file caca.c.