[mythtv] [PATCH] DVB Fixes

Isaac Richards ijr at po.cwru.edu
Wed Dec 31 12:10:07 EST 2003


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:

 		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?

Isaac


More information about the mythtv-dev mailing list