FFmpeg
|
Known FOURCCs: 'ULY0' (YCbCr 4:2:0), 'ULY2' (YCbCr 4:2:2), 'ULRG' (RGB), 'ULRA' (RGBA), 'ULH0' (YCbCr 4:2:0 BT.709), 'ULH2' (YCbCr 4:2:2 BT.709) More...
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 |
Known FOURCCs: 'ULY0' (YCbCr 4:2:0), 'ULY2' (YCbCr 4:2:2), 'ULRG' (RGB), 'ULRA' (RGBA), 'ULH0' (YCbCr 4:2:0 BT.709), 'ULH2' (YCbCr 4:2:2 BT.709)
Definition in file libutvideodec.cpp.
|
static |
Definition at line 35 of file libutvideodec.cpp.
|
static |
Definition at line 140 of file libutvideodec.cpp.
|
static |
Definition at line 232 of file libutvideodec.cpp.
AVCodec ff_libutvideo_decoder |
Definition at line 247 of file libutvideodec.cpp.