#include <caca.h>
#include "libavutil/opt.h"
#include "libavutil/pixdesc.h"
#include "avdevice.h"
Go to the source code of this file.
#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 75 of file caca.c.
#define CHECK_DITHER_OPT |
( |
|
opt | ) |
|
Value: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", \
goto fail; \
}
Referenced by caca_write_header().
DEFINE_LIST_DITHER |
( |
color |
, |
|
|
"colors" |
|
|
) |
| |
DEFINE_LIST_DITHER |
( |
charset |
, |
|
|
"charsets" |
|
|
) |
| |
DEFINE_LIST_DITHER |
( |
algorithm |
, |
|
|
"algorithms" |
|
|
) |
| |
DEFINE_LIST_DITHER |
( |
antialias |
, |
|
|
"antialias" |
|
|
) |
| |
Initial value:
Definition at line 203 of file caca.c.
Initial value:= {
.class_name = "caca_outdev",
}
Definition at line 222 of file caca.c.
Initial value:
Definition at line 230 of file caca.c.