package ffmpeg-avcodec

  1. Overview
  2. Docs

Source file codec_capabilities.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
type t = [
  | `Draw_horiz_band
  | `Dr1
  | `Truncated
  | `Delay
  | `Small_last_frame
  | `Subframes
  | `Experimental
  | `Channel_conf
  | `Frame_threads
  | `Slice_threads
  | `Param_change
  | `Other_threads
  | `Auto_threads
  | `Variable_frame_size
  | `Avoid_probing
  | `Intra_only
  | `Lossless
  | `Hardware
  | `Hybrid
  | `Encoder_reordered_opaque
  | `Encoder_flush
]