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...
#include <stdlib.h>
#include <utvideo/utvideo.h>
#include <utvideo/Codec.h>
Go to the source code of this file.
Data Structures | |
struct | UtVideoExtra |
struct | UtVideoContext |
Macros | |
#define | UTVF_NFCC_BGR_BU UTVF_RGB24_WIN |
#define | UTVF_NFCC_BGRA_BU UTVF_RGB32_WIN |
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 libutvideo.h.
#define UTVF_NFCC_BGR_BU UTVF_RGB24_WIN |
Definition at line 42 of file libutvideo.h.
Referenced by utvideo_decode_init(), and utvideo_encode_init().
#define UTVF_NFCC_BGRA_BU UTVF_RGB32_WIN |
Definition at line 46 of file libutvideo.h.
Referenced by utvideo_decode_init(), and utvideo_encode_init().