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;