#include <SvtJpegxsDec.h>
#include "libavutil/mem.h"
#include "libavutil/common.h"
#include "libavutil/cpu.h"
#include "libavutil/imgutils.h"
#include "libavutil/avassert.h"
#include "avcodec.h"
#include "codec_internal.h"
#include "decode.h"
#include "profiles.h"
Go to the source code of this file.
◆ set_pix_fmt()
| static int set_pix_fmt |
( |
void * |
logctx, |
|
|
const svt_jpeg_xs_image_config_t * |
config |
|
) |
| |
|
static |
◆ svt_jpegxs_dec_decode()
◆ svt_jpegxs_dec_free()
◆ svt_jpegxs_dec_init()
◆ ff_libsvtjpegxs_decoder
| const FFCodec ff_libsvtjpegxs_decoder |
Initial value:= {
.p.name = "libsvtjpegxs",
CODEC_LONG_NAME(
"SVT JPEG XS(Scalable Video Technology for JPEG XS) decoder"),
.p.max_lowres = 2,
.p.wrapper_name = "libsvtjpegxs",
}
Definition at line 213 of file libsvtjpegxsdec.c.