mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
3624ddf181
- Update main ffmpeg port to 2.0.1 - Bump and update dependent ports when necessary (API change) Approved by: portmgr (bapt)
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;
|