https://bugs.kde.org/show_bug.cgi?id=459933
Bug ID: 459933
Summary: ffmpeg-5 support
Classification: Applications
Product: amarok
Version: kf5
Platform: unspecified
OS: All
Status: REPORTED
Severity: normal
Priority: NOR
Component: Metadata Editing and Reading
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Target Milestone: kf5
MusicBrainz service in Amarok uses deprecated code that was removed in ffmpeg
5.x.
E.g.:
/<<PKGBUILDDIR>>/src/musicbrainz/MusicDNSAudioDecoder.cpp:203:79: error:
invalid conversion from ‘AVCodec**’ to ‘const AVCodec**’ [-fpermissive]
/<<PKGBUILDDIR>>/src/musicbrainz/MusicDNSAudioDecoder.cpp:218:51: error:
‘AVStream’ {aka ‘struct AVStream’} has no member named ‘codec’
/<<PKGBUILDDIR>>/src/musicbrainz/MusicDNSAudioDecoder.cpp:254:30: error:
‘avcodec_decode_audio4’ was not declared in this scope; did you mean
‘avcodec_decode_subtitle2’?
/<<PKGBUILDDIR>>/src/musicbrainz/MusicDNSAudioDecoder.cpp:277:9: error:
‘av_free_packet’ was not declared in this scope; did you mean ‘av_new_packet’?
/<<PKGBUILDDIR>>/src/musicbrainz/MusicDNSAudioDecoder.cpp:283:5: error:
‘av_free_packet’ was not declared in this scope; did you mean ‘av_new_packet’?
--
You are receiving this mail because:
You are watching all bug changes.