Skip to content

Commit b0252e8

Browse files
committed
Add new flags.
1 parent df5e634 commit b0252e8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

examples/encode_video.ml

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ let () =
5050
| `Alpha -> "alpha"
5151
| `Bayer -> "bayer"
5252
| `Float -> "float"
53+
| `Xyz -> "xyz"
5354
in
5455
let string_of_comp { Avutil.Pixel_format.plane; step; shift; offset; depth }
5556
=

examples/hw_encode.ml

+1
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ let () =
9090
| `Alpha -> "alpha"
9191
| `Bayer -> "bayer"
9292
| `Float -> "float"
93+
| `Xyz -> "xyz"
9394
in
9495
let string_of_comp
9596
{ Avutil.Pixel_format.plane; step; shift; offset; depth } =

0 commit comments

Comments
 (0)