Skip to content

Commit

Permalink
Updated hardware decoding example
Browse files Browse the repository at this point in the history
  • Loading branch information
asticode committed Jan 26, 2024
1 parent 659c2ca commit 9e2d4f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/hardware_decoding/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
)

var (
decoderCodecName = flag.String("c", "", "the decoder codec name (e.g. h264_nvenc)")
decoderCodecName = flag.String("c", "", "the decoder codec name (e.g. h264_cuvid)")
hardwareDeviceName = flag.String("n", "", "the hardware device name (e.g. 0)")
hardwareDeviceTypeName = flag.String("t", "", "the hardware device type (e.g. cuda)")
input = flag.String("i", "", "the input path")
Expand Down

0 comments on commit 9e2d4f7

Please sign in to comment.