Skip to content

Commit

Permalink
update DecM code case
Browse files Browse the repository at this point in the history
  • Loading branch information
JackLau1222 authored Dec 28, 2024
1 parent 3f08dc8 commit a915ad2
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions bmf/c_modules/include/ffmpeg_decoder.h
Original file line number Diff line number Diff line change
Expand Up @@ -249,12 +249,10 @@ class CFFDecoder : public Module {
bmf.decode(
{
"input_path": input_path,
"video_params": {
"hwaccel": "cuda",
},
"dec_params": {
"threads": 1,
},
"map_v": 0,
"map_a": 2,
"start_time": 2,
"end_time": 3,
}
)
* @endcode
Expand Down

0 comments on commit a915ad2

Please sign in to comment.