AvutilSourceCommon code shared across all FFmpeg libraries.
type error = [ | `Bsf_not_found| `Decoder_not_found| `Demuxer_not_found| `Encoder_not_found| `Eof| `Exit| `Filter_not_found| `Invalid_data| `Muxer_not_found| `Option_not_found| `Patch_welcome| `Protocol_not_found| `Stream_not_found| `Bug| `Eagain| `Unknown| `Experimental| `Other of int| `Failure of string ]Internal errors.
Formats for time.
Formats for channels layouts.
Formats for audio samples.
Formats for pixels.
val mk_audio_opts :
?opts:opts ->
?channels:int ->
?channel_layout:Channel_layout.t ->
sample_rate:int ->
sample_format:Sample_format.t ->
time_base:rational ->
unit ->
opts