Open dreirund opened 1 year ago
they are removed in ffmpeg 6.0. you have to use new apis
they are removed in ffmpeg 6.0. you have to use new apis
But isn't this then an issue with QtAV which needs to use new APIs, not me?
Yes, but i'm not maintaining this project, you have to use old ffmpeg version or modify yourself
2023-05-08, WangBin @.***>:
Yes, but i'm not maintaining this project, you have to use old ffmpeg version or modify yourself
OK, I am confused: This project is hosted at wang-bin/QtAV
, and you are wang-bin, so you seem to maintain this github project. What does it mean you are not maintaining it, and who is maintaining it?
no one. I'm working on other projects, this project is dead.
2023-05-08, WangBin @.***>:
no one. I'm working on other projects, this project is dead.
OK.
can you then please add a prominent information at the top of the
README.md
and archive the repository?
Regards!
readme is updated
QtAV, Qt version and platform
gcc --version | head -n1
: gcc (GCC) 13.1.1 20230429Reproduction steps
Build this software according to ↗ this
PKGBUILD
Expected behavior
Clean build
Actual behavior
Fails to build for me with
AudioDecoderFFmpeg.cpp:103:15: error: ‘avcodec_decode_audio4’ was not declared in this scope; did you mean ‘avcodec_decode_subtitle2’?
and
AudioDecoderFFmpeg.cpp:148:37: error: ‘AVFrame’ {aka ‘struct AVFrame’} has no member named ‘pkt_pts’; did you mean ‘pkt_dts’?
:Log file
N/A, since I cannot build at all.
Sample files (optional)
N/A, since I cannot build at all.