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/media-sound/sox/files/sox-14.4.1-ffmpeg2.patch

17 lines
403 B

Index: sox-14.4.1/src/ffmpeg.c
===================================================================
--- sox-14.4.1.orig/src/ffmpeg.c
+++ sox-14.4.1/src/ffmpeg.c
@@ -57,6 +57,11 @@
#define PKT_FLAG_KEY AV_PKT_FLAG_KEY
#endif
+#ifndef AVCODEC_MAX_AUDIO_FRAME_SIZE
+#define AVCODEC_MAX_AUDIO_FRAME_SIZE (192000 * 4)
+#endif
+
+
/* Private data for ffmpeg files */
typedef struct {
int audio_index;