You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-cdr/k3b/files/k3b-2.0.2-ffmpeg2.patch

20 lines
610 B

https://bugs.gentoo.org/show_bug.cgi?id=476494
A better patch using avcodec_decode_audio4 will be needed but for now this
fixes the problem.
Index: k3b-2.0.2/plugins/decoder/ffmpeg/k3bffmpegwrapper.cpp
===================================================================
--- k3b-2.0.2.orig/plugins/decoder/ffmpeg/k3bffmpegwrapper.cpp
+++ k3b-2.0.2/plugins/decoder/ffmpeg/k3bffmpegwrapper.cpp
@@ -37,6 +37,9 @@ extern "C" {
#include <klocale.h>
+#ifndef AVCODEC_MAX_AUDIO_FRAME_SIZE
+#define AVCODEC_MAX_AUDIO_FRAME_SIZE (192000 * 4)
+#endif
#if LIBAVFORMAT_BUILD < 4629
#define FFMPEG_BUILD_PRE_4629