FFmpeg
Loading...
Searching...
No Matches
intelh263dec.c File Reference
#include "codec_internal.h"
#include "h263.h"
#include "mpegvideo.h"
#include "mpegvideodec.h"
#include "h263data.h"
#include "h263dec.h"

Go to the source code of this file.

Functions

int ff_intel_h263_decode_picture_header (H263DecContext *const h)
 

Variables

const FFCodec ff_h263i_decoder
 

Function Documentation

◆ ff_intel_h263_decode_picture_header()

int ff_intel_h263_decode_picture_header ( H263DecContext *const h)

Definition at line 29 of file intelh263dec.c.

Referenced by ff_h263_decode_init().

Variable Documentation

◆ ff_h263i_decoder

const FFCodec ff_h263i_decoder
Initial value:
= {
.p.name = "h263i",
CODEC_LONG_NAME("Intel H.263"),
.p.type = AVMEDIA_TYPE_VIDEO,
.priv_data_size = sizeof(H263DecContext),
.caps_internal = FF_CODEC_CAP_INIT_CLEANUP |
}
#define FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM
The decoder extracts and fills its parameters even if the frame is skipped due to the skip_frame sett...
#define FF_CODEC_DECODE_CB(func)
#define CODEC_LONG_NAME(str)
#define FF_CODEC_CAP_INIT_CLEANUP
The codec allows calling the close function for deallocation even if the init function returned a fai...
int(* init)(AVBSFContext *ctx)
Definition dts2pts.c:608
#define AV_CODEC_CAP_DRAW_HORIZ_BAND
Decoder can use draw_horiz_band callback.
Definition codec.h:41
#define AV_CODEC_CAP_DR1
Codec uses get_buffer() or get_encode_buffer() for allocating buffers and supports custom allocators.
Definition codec.h:49
@ AV_CODEC_ID_H263I
Definition codec_id.h:70
@ AVMEDIA_TYPE_VIDEO
Definition avutil.h:200
av_cold int ff_h263_decode_init(AVCodecContext *avctx)
Definition h263dec.c:94
int ff_h263_decode_frame(AVCodecContext *avctx, AVFrame *pict, int *got_frame, AVPacket *avpkt)
Definition h263dec.c:443
av_cold int ff_mpv_decode_close(AVCodecContext *avctx)

Definition at line 129 of file intelh263dec.c.