#include <stdint.h>#include <stdlib.h>Go to the source code of this file.
Misc types and constants that do not belong anywhere else.
Definition in file defs.h.
| Enumerator | |
|---|---|
| AV_AUDIO_SERVICE_TYPE_MAIN | |
| AV_AUDIO_SERVICE_TYPE_EFFECTS | |
| AV_AUDIO_SERVICE_TYPE_VISUALLY_IMPAIRED | |
| AV_AUDIO_SERVICE_TYPE_HEARING_IMPAIRED | |
| AV_AUDIO_SERVICE_TYPE_DIALOGUE | |
| AV_AUDIO_SERVICE_TYPE_COMMENTARY | |
| AV_AUDIO_SERVICE_TYPE_EMERGENCY | |
| AV_AUDIO_SERVICE_TYPE_VOICE_OVER | |
| AV_AUDIO_SERVICE_TYPE_KARAOKE | |
| AV_AUDIO_SERVICE_TYPE_NB | Not part of ABI. |
Allocate a CPB properties structure and initialize its fields to default values.
Definition at line 1018 of file utils.c.
Referenced by ff_add_cpb_side_data(), and ff_mpv_encode_picture().
Encode extradata length to a buffer.
Used by xiph codecs.
Definition at line 858 of file utils.c.
Referenced by fixup_vorbis_headers(), libvorbis_encode_init(), parse_packed_headers(), put_main_header(), and track_header().