]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
examples : fix ffmpeg v5 build (#2543)
authorStefan Sydow <redacted>
Wed, 13 Nov 2024 19:41:52 +0000 (20:41 +0100)
committerGitHub <redacted>
Wed, 13 Nov 2024 19:41:52 +0000 (21:41 +0200)
commit300c07b94deb2de0b679dd8eab58c67e54b4e4cb
treeaef69c07d674df9c37c0384faac80f1126daae38
parent31aea563a83803c710691fed3e8d700e06ae6788
examples : fix ffmpeg v5 build (#2543)

remove call to 'av_register_all()' which does not exist in ffmpeg v5
anymore.
examples/ffmpeg-transcode.cpp