Skip to content

Commit e951c19

Browse files
committed
Fix typo in Nvidia H.265 recipe
1 parent 8086594 commit e951c19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

recipes/h265_nvenc.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ type = "Discrete"
88
arg = "-pix_fmt"
99
options = [
1010
["yuv444p16le", "10bit 4:4:4"],
11-
["p0101e", "10bit 4:2:0"],
11+
["p010le", "10bit 4:2:0"],
1212
["yuv444p", "8bit 4:4:4"],
1313
["yuv420p", "8bit 4:2:0"],
1414
]

0 commit comments

Comments
 (0)