summaryrefslogtreecommitdiff
path: root/package/xbmc/patches/patch-xbmc_cdrip_EncoderFFmpeg_h
blob: 080fc7d2c3991a03471b4012c2fbf6e6c630749a (plain)
1
2
3
4
5
6
7
8
9
10
11
--- xbmc-12.2.orig/xbmc/cdrip/EncoderFFmpeg.h	2013-05-03 07:57:41.000000000 +0200
+++ xbmc-12.2/xbmc/cdrip/EncoderFFmpeg.h	2013-07-31 12:34:15.000000000 +0200
@@ -26,6 +26,8 @@
 #include "DllAvCodec.h"
 #include "DllAvUtil.h"
 
+#define AVCODEC_MAX_AUDIO_FRAME_SIZE 192000
+
 class CEncoderFFmpeg : public CEncoder
 {
 public: