libutvideodec.cpp File Reference

Known FOURCCs: 'ULY0' (YCbCr 4:2:0), 'ULY2' (YCbCr 4:2:2), 'ULRG' (RGB), 'ULRA' (RGBA) More...

#include "avcodec.h"
#include "libutvideo.h"
#include "get_bits.h"
Include dependency graph for libutvideodec.cpp:

Go to the source code of this file.

Functions

static av_cold int utvideo_decode_init (AVCodecContext *avctx)
 
static int utvideo_decode_frame (AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt)
 
static av_cold int utvideo_decode_close (AVCodecContext *avctx)
 

Variables

AVCodec ff_libutvideo_decoder
 

Detailed Description

Known FOURCCs: 'ULY0' (YCbCr 4:2:0), 'ULY2' (YCbCr 4:2:2), 'ULRG' (RGB), 'ULRA' (RGBA)

Definition in file libutvideodec.cpp.

Function Documentation

static av_cold int utvideo_decode_close ( AVCodecContext avctx)
static

Definition at line 159 of file libutvideodec.cpp.

static int utvideo_decode_frame ( AVCodecContext avctx,
void data,
int *  got_frame,
AVPacket avpkt 
)
static

Definition at line 117 of file libutvideodec.cpp.

static av_cold int utvideo_decode_init ( AVCodecContext avctx)
static

Definition at line 34 of file libutvideodec.cpp.

Variable Documentation

AVCodec ff_libutvideo_decoder
Initial value:
= {
"libutvideo",
NULL_IF_CONFIG_SMALL("Ut Video"),
0,
NULL,
NULL,
NULL,
NULL,
NULL,
0,
NULL,
NULL,
sizeof(UtVideoContext),
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
NULL
Definition: eval.c:55
static av_cold int utvideo_decode_close(AVCodecContext *avctx)
static av_cold int utvideo_decode_init(AVCodecContext *avctx)
static int utvideo_decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt)

Definition at line 174 of file libutvideodec.cpp.