replace New* with Initialize (#723)

This commit is contained in:
Alessandro Ros
2025-03-16 13:58:35 +01:00
committed by GitHub
parent db959f854e
commit 376fb9e821
24 changed files with 296 additions and 124 deletions

View File

@@ -15,7 +15,7 @@ import (
// This example shows how to
// 1. connect to a RTSP server
// 2. check if there's an H265 format
// 2. check if there's a H265 stream
// 3. decode the H265 stream into RGBA frames
// This example requires the FFmpeg libraries, that can be installed with this command: