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