changed: restored increase of maximum streams in our internal ffmpeg libs
authorelupus <elupus@svn>
Sat, 22 May 2010 17:21:18 +0000 (17:21 +0000)
committerelupus <elupus@svn>
Sat, 22 May 2010 17:21:18 +0000 (17:21 +0000)
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30439 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

system/players/dvdplayer/avcodec-52.dll
system/players/dvdplayer/avformat-52.dll
system/players/dvdplayer/avutil-50.dll
system/players/dvdplayer/postproc-51.dll
system/players/dvdplayer/swscale-0.6.1.dll
xbmc/cores/dvdplayer/Codecs/ffmpeg/libavformat/avformat.h

index 3a43bd0..b8c5de4 100644 (file)
Binary files a/system/players/dvdplayer/avcodec-52.dll and b/system/players/dvdplayer/avcodec-52.dll differ
index c0d62f9..6ceb8de 100644 (file)
Binary files a/system/players/dvdplayer/avformat-52.dll and b/system/players/dvdplayer/avformat-52.dll differ
index bd7185e..e2a97ae 100644 (file)
Binary files a/system/players/dvdplayer/avutil-50.dll and b/system/players/dvdplayer/avutil-50.dll differ
index 9671b9d..f083682 100644 (file)
Binary files a/system/players/dvdplayer/postproc-51.dll and b/system/players/dvdplayer/postproc-51.dll differ
index 2e4ca72..5889991 100644 (file)
Binary files a/system/players/dvdplayer/swscale-0.6.1.dll and b/system/players/dvdplayer/swscale-0.6.1.dll differ
index 2646373..915ac98 100644 (file)
@@ -563,7 +563,7 @@ typedef struct AVChapter {
 } AVChapter;
 
 #if LIBAVFORMAT_VERSION_MAJOR < 53
-#define MAX_STREAMS 20
+#define MAX_STREAMS 100
 #else
 #define MAX_STREAMS 100
 #endif