vdr-addon-noad: [PATCH]NOAD may fail on too large frames

thomas schorpp t.schorpp at gmx.de
Sun Aug 13 19:33:50 UTC 2006


Tobias Grimm wrote:
> Hello Tom!
> 
> schorpp wrote:
> 
>>some recordings kick noad out:
>>correction, tested and working:
>>  
> 
> 
> Thanks a lot! A new version of the package will go online at e-tobi.net
> tonight.
> 
> bye,
> 
> Tobias
> 
> 

for the Noad,

pls review, thx:

--- /usr/local/src/noad-0.6.0/vdr_cl.h.orig     2006-08-13 18:10:19.000000000 +0200
+++ /usr/local/src/noad-0.6.0/vdr_cl.h  2006-08-13 18:11:02.000000000 +0200
@@ -52,7 +52,7 @@
 #define KILOBYTE(n) ((n) * 1024)
 // The maximum size of a single frame:
-#define MAXFRAMESIZE  KILOBYTE(192)
+#define MAXFRAMESIZE  KILOBYTE(256)
 #define FRAMESPERSEC 25
 #define FRAMESPERMIN (FRAMESPERSEC*60)


y
tom schorpp



More information about the pkg-vdr-dvb-devel mailing list