summaryrefslogtreecommitdiff
path: root/community/performous/ffmpeg-2.0.patch
blob: 26819dd9b2bebdfc366ac8d3fd6259a0a49bdccc (plain)
1
2
3
4
5
6
7
8
9
10
11
diff -ru performous-0.7.0/game/ffmpeg.cc performous-0.7.0a/game/ffmpeg.cc
--- performous-0.7.0/game/ffmpeg.cc	2012-11-12 23:14:08.000000000 +0100
+++ performous-0.7.0a/game/ffmpeg.cc	2013-07-17 10:28:11.284467081 +0200
@@ -17,6 +17,7 @@
 #endif
 
 #define AUDIO_CHANNELS 2
+#define AVCODEC_MAX_AUDIO_FRAME_SIZE 192000
 
 /*static*/ boost::mutex FFmpeg::s_avcodec_mutex;