Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] vdr-0.83




Hi!

Some days ago I found the following error in my /var/log/messages-File while
playing a recorded film:
vdr[2344]: ERROR: frame larger than buffer (133950 > 131072)

I patched the file dvbapi.c and changed the following:
< #define MAXFRAMESIZE (192*1024)
---
> #define MAXFRAMESIZE (128*1024)

Replaying the same recording with this patch didn't log the error anymore.

My question:
Is the buffer in the original source realy too small or is there an
error in the datastream of my recording? The recording wasn't made with
vdr-0.83/dvb-0.9-20010618.

Greetings
Hans-Günter


-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe linux-dvb" as subject.



Home | Main Index | Thread Index