Closed traversaro closed 5 months ago
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would update the release notes by adding a file in doc/release/<target_branch>
, based on your changes.
Failed conditions
71.4% Coverage on New Code (required ≥ 80%)
I based my modifications on the modifications done in
decode_audio
andencode_audio
examples in ffmpeg, see the modifications in https://github.com/FFmpeg/FFmpeg/commit/f5ef91e02080316f50d606f5b0b03333bb627ed7 .Note that
LIBAVCODEC_VERSION_MAJOR==61
corresponds to ffmpeg 7, see https://github.com/FFmpeg/FFmpeg/blob/n7.0/libavcodec/version_major.h#L28 .