#define FF_CODEC_CAP_INIT_THREADSAFE
The codec does not modify any global variables in the init function, allowing to call the init functi...
AVPixelFormat
Pixel format.
const uint8_t ff_mpeg1_dc_scale_table[128]
static void put_sbits(PutBitContext *pb, int n, int32_t value)
static void put_bits(Jpeg2000EncoderContext *s, int val, int n)
put n times val bit
void ff_rv20_encode_picture_header(MpegEncContext *s, int picture_number)
int ff_mpv_encode_init(AVCodecContext *avctx)
#define av_assert0(cond)
assert() equivalent, that is always enabled.
int ff_mpv_encode_picture(AVCodecContext *avctx, AVPacket *pkt, const AVFrame *frame, int *got_packet)
static enum AVPixelFormat pix_fmts[]
@ AV_PIX_FMT_YUV420P
planar YUV 4:2:0, 12bpp, (1 Cr & Cb sample per 2x2 Y samples)
const AVCodec ff_rv20_encoder
@ AV_PICTURE_TYPE_I
Intra.
void ff_h263_encode_mba(MpegEncContext *s)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
#define FF_CODEC_CAP_INIT_CLEANUP
The codec allows calling the close function for deallocation even if the init function returned a fai...
int ff_mpv_encode_end(AVCodecContext *avctx)
const char * name
Name of the codec implementation.
const uint8_t ff_aic_dc_scale_table[32]
const AVClass ff_mpv_enc_class