#include "avcodec.h"
#include "libavutil/bswap.h"
Go to the source code of this file.
Function Documentation
Variable Documentation
Initial value: {
"r10k",
AVMEDIA_TYPE_VIDEO,
CODEC_ID_R10K,
0,
decode_init,
NULL,
decode_close,
decode_frame,
CODEC_CAP_DR1,
.long_name = NULL_IF_CONFIG_SMALL("AJA Kona 10-bit RGB Codec"),
}
Definition at line 114 of file r210dec.c.
Initial value: {
"r210",
AVMEDIA_TYPE_VIDEO,
CODEC_ID_R210,
0,
decode_init,
NULL,
decode_close,
decode_frame,
CODEC_CAP_DR1,
.long_name = NULL_IF_CONFIG_SMALL("Uncompressed RGB 10-bit"),
}
Definition at line 100 of file r210dec.c.