Increase probe buffer size to 32kB, this makes ac3 auto-detection far more reliable.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29121 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2009-04-01 09:24:46 +00:00
parent 49ed91fa23
commit b5fcf45f11
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
#include "mp_taglists.h"
#define PROBE_BUF_SIZE 2048
#define PROBE_BUF_SIZE (32*1024)
extern char *audio_lang;
extern char *dvdsub_lang;