#include "avcodec.h"
#include "libavutil/bswap.h"
Go to the source code of this file.
Define Documentation
#define READ_PIXELS |
( |
|
a, |
|
|
|
b, |
|
|
|
c | |
|
) |
| | |
Value:do { \
val = le2me_32(*src++); \
*a++ = val << 6; \
*b++ = (val >> 4) & 0xFFC0; \
*c++ = (val >> 14) & 0xFFC0; \
} while (0)
Referenced by decode_frame().
Function Documentation
Variable Documentation
Initial value: {
"v210",
AVMEDIA_TYPE_VIDEO,
CODEC_ID_V210,
0,
decode_init,
NULL,
decode_close,
decode_frame,
CODEC_CAP_DR1,
.long_name = NULL_IF_CONFIG_SMALL("Uncompressed 4:2:2 10-bit"),
}
Definition at line 123 of file v210dec.c.