Updated hardware decoding example #2

This commit is contained in:
Quentin Renard
2024-01-26 16:20:08 +01:00
parent 9e2d4f72ab
commit 2f469c933d

View File

@@ -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")
}