FFmpeg
4.0
|
Go to the source code of this file.
Enumerations | |
enum | VPX_CHROMA_SUBSAMPLING { VPX_SUBSAMPLING_420_VERTICAL = 0, VPX_SUBSAMPLING_420_COLLOCATED_WITH_LUMA = 1, VPX_SUBSAMPLING_422 = 2, VPX_SUBSAMPLING_444 = 3 } |
Functions | |
static int | get_vpx_chroma_subsampling (AVFormatContext *s, enum AVPixelFormat pixel_format, enum AVChromaLocation chroma_location) |
static int | get_bit_depth (AVFormatContext *s, enum AVPixelFormat pixel_format) |
static int | get_vpx_video_full_range_flag (enum AVColorRange color_range) |
int | ff_isom_write_vpcc (AVFormatContext *s, AVIOContext *pb, AVCodecParameters *par) |
Writes VP codec configuration to the provided AVIOContext. More... | |
|
static |
Definition at line 34 of file vpcc.c.
Referenced by ff_isom_write_vpcc().
|
static |
Definition at line 54 of file vpcc.c.
Referenced by ff_isom_write_vpcc().
|
static |
Definition at line 65 of file vpcc.c.
Referenced by ff_isom_write_vpcc().
int ff_isom_write_vpcc | ( | AVFormatContext * | s, |
AVIOContext * | pb, | ||
AVCodecParameters * | par | ||
) |
Writes VP codec configuration to the provided AVIOContext.
s | address of the AVFormatContext for the logging context. |
pb | address of the AVIOContext where the vpcC shall be written. |
par | address of the AVCodecParameters which contains codec information. |
Definition at line 70 of file vpcc.c.
Referenced by mov_write_vpcc_tag().