]> git.sesse.net Git - vlc/commitdiff
changed MPGA_PACKET_SIZE to 1024
authorMarian Durkovic <md@videolan.org>
Fri, 11 Nov 2005 08:26:42 +0000 (08:26 +0000)
committerMarian Durkovic <md@videolan.org>
Fri, 11 Nov 2005 08:26:42 +0000 (08:26 +0000)
we can't operate with 4 KB blocks since with low bitrate MP3 streams
we'll  end up putting too many PCRs into one block.

modules/demux/mpeg/mpga.c

index fefc4299a77d2a8018e96a6812f8e661305eaf83..f7bcbf91277e7b4a924140634bcb25535de62c1c 100644 (file)
@@ -32,7 +32,7 @@
 #include "vlc_codec.h"
 #include "vlc_meta.h"
 
-#define MPGA_PACKET_SIZE 4096
+#define MPGA_PACKET_SIZE 1024
 
 /*****************************************************************************
  * Module descriptor