mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-13 12:01:19 +02:00
17 lines
370 B
Plaintext
17 lines
370 B
Plaintext
Index: src/ffmpeg.c
|
|
===================================================================
|
|
--- src/ffmpeg.c.orig
|
|
+++ 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;
|