[mythtv] DVB Channel Change Patch..

Kenneth Aafløy ke-aa at frisurf.no
Wed Jul 23 20:13:26 EDT 2003


I'm trying to figure this out, not easy....
in the meanwhile, what if we catch it here:

                    if (ret < 0)
                    {
                        cerr << "decoding error\n";
                        exit(0);
                    }
>>>>>>>>>>>>>>>>>>
                    if (!gotpicture)
                    {
                        ptr += ret;
                        len -= ret;
                        continue;
                    }

then there would have been only one slice written to the buffer...

----- Original Message -----
From: "Isaac Richards" <ijr at po.cwru.edu>
To: "Development of mythtv" <mythtv-dev at snowman.net>
Sent: Wednesday, July 23, 2003 6:44 PM
Subject: Re: [mythtv] DVB Channel Change Patch..


> On Wednesday 23 July 2003 12:33 pm, Kenneth Aafløy wrote:
> > Ahh, see your point!
> >
> > Walking on thin ice here, but does avcodec limit it's wiriting based on
the
> > old width/height parameters, they have not yet been updated..
>
> Kinda doubt it. =)
>
> Isaac
> _______________________________________________
> mythtv-dev mailing list
> mythtv-dev at snowman.net
> http://lists.snowman.net/cgi-bin/mailman/listinfo/mythtv-dev
>
>
>



More information about the mythtv-dev mailing list