[mythtv] [PATCH] DVB Fixes

Kenneth Aafløy ke-aa at frisurf.no
Wed Dec 31 12:27:54 EST 2003


Isaac Richards wrote:
> On Wednesday 31 December 2003 09:29 am, Kenneth Aafløy wrote:
> > Hi,
> >
> > I know I said that I wanted for Augusto to resubmit the patch,
> > but I was doing going to submit the changes below myself,
> > so I cleaned up Augustos patches too.
> 
> Quick question about the stuff in transform.c, though as I 
> know nothing about the code, I'm just guessing:

pv = pa = p;
....
>  		case VIDEO_STREAM_S ... VIDEO_STREAM_E:
> +			if (p->pa)
> +				pa = p->pa;
> 
>  		case AUDIO_STREAM_S ... AUDIO_STREAM_E:
> +			if (p->pv)
> +				pv = p->pv;
> 
> Are the pv and pa variables swapped?

No, as the idea is to bring in the tied stream to calculate the rate
from them both. But multiple audio streams (or any other extra streams,
sub, tele...) is not handled, better put a fixme about that.

Kenneth



More information about the mythtv-dev mailing list