Commit 89b3eb7e authored by Marian Durkovic's avatar Marian Durkovic

changed MPGA_PACKET_SIZE to 1024

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.
parent 7d57a599
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
#include "vlc_codec.h" #include "vlc_codec.h"
#include "vlc_meta.h" #include "vlc_meta.h"
#define MPGA_PACKET_SIZE 4096 #define MPGA_PACKET_SIZE 1024
/***************************************************************************** /*****************************************************************************
* Module descriptor * Module descriptor
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment