We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df5e634 commit b0252e8Copy full SHA for b0252e8
examples/encode_video.ml
@@ -50,6 +50,7 @@ let () =
50
| `Alpha -> "alpha"
51
| `Bayer -> "bayer"
52
| `Float -> "float"
53
+ | `Xyz -> "xyz"
54
in
55
let string_of_comp { Avutil.Pixel_format.plane; step; shift; offset; depth }
56
=
examples/hw_encode.ml
@@ -90,6 +90,7 @@ let () =
90
91
92
93
94
95
let string_of_comp
96
{ Avutil.Pixel_format.plane; step; shift; offset; depth } =
0 commit comments