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

schorpp t.schorpp at gmx.de
Sun Aug 13 16:51:49 UTC 2006


Package: vdr-addon-noad
Version: 0.6.0-2
Severity: grave
Tags: patch
Justification: renders package unusable


some recordings kick noad out:

Aug 13 16:42:51 tom1 noad[1704]: ERROR: frame larger than buffer (203104 > 196608)
Aug 13 16:42:51 tom1 noad[1704]: ERROR: looks like a video stream, not system stream
Aug 13 16:42:51 tom1 noad[1704]: ERROR: looks like a video stream, not system stream

correction, tested and working:

--- /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


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (501, 'testing'), (101, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.17.8
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages vdr-addon-noad depends on:
ii  debconf [debconf-2.0]     1.4.30.13      Debian configuration management sy
ii  gawk                      1:3.1.4-2      GNU awk, a pattern scanning and pr
ii  liba52-0.7.4              0.7.4-1        Library for decoding ATSC A/52 str
ii  libc6                     2.3.6-7        GNU C Library: Shared libraries
ii  libdc1394-11              1.0.0-4        high level programming interface f
ii  libgcc1                   1:4.1.1-5      GCC support library
ii  libgsm1                   1.0.10-13      Shared libraries for GSM speech co
ii  libmpeg2-4                0.4.0b-2       MPEG1 and MPEG2 video decoder libr
ii  libogg0                   1.1.3-2        Ogg Bitstream Library
ii  libraw1394-5              0.10.1-1.1     library for direct access to IEEE 
ii  libstdc++5                1:3.3.5-13     The GNU Standard C++ Library v3
ii  libtheora0                0.0.0.alpha3-1 The Theora Video Compression Codec
ii  libvorbis0a               1.1.2-1        The Vorbis General Audio Compressi
ii  libvorbisenc2             1.1.2-1        The Vorbis General Audio Compressi
ii  vdr                       1.4.1-1ctvdr4  Video Disk Recorder for DVB cards
ii  zlib1g                    1:1.2.3-9      compression library - runtime

-- debconf information:
* vdr-addon-noad/auto: false



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