Skip to content

Commit

Permalink
Add new flags.
Browse files Browse the repository at this point in the history
  • Loading branch information
toots committed Jan 27, 2024
1 parent df5e634 commit b0252e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/encode_video.ml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ let () =
| `Alpha -> "alpha"
| `Bayer -> "bayer"
| `Float -> "float"
| `Xyz -> "xyz"
in
let string_of_comp { Avutil.Pixel_format.plane; step; shift; offset; depth }
=
Expand Down
1 change: 1 addition & 0 deletions examples/hw_encode.ml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ let () =
| `Alpha -> "alpha"
| `Bayer -> "bayer"
| `Float -> "float"
| `Xyz -> "xyz"
in
let string_of_comp
{ Avutil.Pixel_format.plane; step; shift; offset; depth } =
Expand Down

0 comments on commit b0252e8

Please sign in to comment.