Skip to content

Commit

Permalink
Updated hardware decoding example #2
Browse files Browse the repository at this point in the history
  • Loading branch information
asticode committed Jan 26, 2024
1 parent 9e2d4f7 commit 2f469c9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/hardware_decoding/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -205,4 +205,7 @@ func main() {
log.Printf("new frame: stream %d - pts: %d - transferred: %v", pkt.StreamIndex(), finalFrame.Pts(), hardwareFrame.PixelFormat() == s.hardwarePixelFormat)
}
}

// Success
log.Println("success")
}

0 comments on commit 2f469c9

Please sign in to comment.