|
FFmpeg
|
Go to the source code of this file.
Data Structures | |
| struct | VPCC |
Functions | |
| int | ff_isom_write_vpcc (void *logctx, AVIOContext *pb, const uint8_t *data, int len, const AVCodecParameters *par) |
| Writes VP codec configuration to the provided AVIOContext. More... | |
| int | ff_isom_get_vpcc_features (void *logctx, const AVCodecParameters *par, const uint8_t *data, int len, const AVRational *frame_rate, VPCC *vpcc) |
internal header for VPx codec configuration utilities.
Definition in file vpcc.h.
| int ff_isom_write_vpcc | ( | void * | logctx, |
| AVIOContext * | pb, | ||
| const uint8_t * | data, | ||
| int | len, | ||
| const AVCodecParameters * | par | ||
| ) |
Writes VP codec configuration to the provided AVIOContext.
| logctx | opaque pointer for logging. |
| pb | address of the AVIOContext where the vpcC shall be written. |
| data | address of a data array which contains coded bitstream data from which codec information can be extracted. May be NULL. |
| len | length of the data array. |
| par | address of the AVCodecParameters which contains codec information. |
Definition at line 202 of file vpcc.c.
Referenced by flv_write_codec_header(), and mov_write_vpcc_tag().
| int ff_isom_get_vpcc_features | ( | void * | logctx, |
| const AVCodecParameters * | par, | ||
| const uint8_t * | data, | ||
| int | len, | ||
| const AVRational * | frame_rate, | ||
| VPCC * | vpcc | ||
| ) |
Definition at line 155 of file vpcc.c.
Referenced by ff_isom_write_vpcc(), and set_vp9_codec_str().
1.8.17