|
OpenFFmpeg
|
internal header for VPx codec configuration utilities. More...
Go to the source code of this file.
Classes | |
| struct | VPCC |
Typedefs | |
| typedef struct VPCC | VPCC |
Functions | |
| int | ff_isom_write_vpcc (AVFormatContext *s, AVIOContext *pb, AVCodecParameters *par) |
| Writes VP codec configuration to the provided AVIOContext. More... | |
| int | ff_isom_get_vpcc_features (AVFormatContext *s, AVCodecParameters *par, AVRational *frame_rate, VPCC *vpcc) |
internal header for VPx codec configuration utilities.
| 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. |
1.8.12