chromaprint icon indicating copy to clipboard operation
chromaprint copied to clipboard

FFmpegAudioReader: fix build with newer ffmpeg versions

Open rcombs opened this issue 2 years ago • 0 comments

  • Some functions now return const pointers
  • AVStream::codec has been removed
  • The old single-function decode API has been removed in favor of separate send and receive functions
  • Packets are now allocated by lavc instead of the caller

rcombs avatar Jun 03 '22 06:06 rcombs