Mailing List archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[vdr] Re: softdevice 0.0.7 cvs crash tests...
On Wed, 2004-08-11 at 21:35 +0200, Stefan Lucke wrote:
> On Dienstag, 10. August 2004 14:06, Torgeir Veimo wrote:
>
> [ .. ]
>
> > I tried getting the latest CVS version as of today, 10. aug, and it
> > feels a bit faster and stable in channel switching (with ffmpeg
> > 0.4.9pre1). On some channels I only get a black picture however,
> either
> > all the time, or after 5 - 10 seconds.
>
> Is the black picture new ? (it does not happen when you take version
> 1.2
> of mpeg2decoder.c instead of 1.3)
I was able to reproduce this today. Changing
if ( (syncword >= 0x000001E0) && (syncword <= 0x000001EF) )
{
state=PAYLOAD;
streamtype=syncword & 0x000000FF;
}
back to
if ( (syncword >= 0x000001E0) && (syncword <= 0x000001EF) )
{
state=PAYLOAD;
streamtype=0xE0;
}
fixes it. I can send you a recording off list that shows the problem if
you'd like.
--
Torgeir Veimo <torgeir@pobox.com>
Home |
Main Index |
Thread Index