[mythtv] [PATCH] New filter API, first patch against CVS.

thor mythtv at lamedomainname.com
Fri Nov 7 15:29:46 EST 2003


On Saturday 08 November 2003 00:43, Andrew Mahone wrote:

> Wait...  not the height/width that are passed in at init, but the
> dimensions of processed *frames*?  

	Yeah, the frames come back as 0 width, height, size, etc.

> No filters touch those, at least
> intentionally, that makes it sound like a pointer somewhere is bad and
> getting data written into the frames where it shouldn't be. 

	Yup ... sounds like it. Or something is referencing them off to something 
else.

>  And if debug
> printfs "fix" it, that's... bad, really bad.

	Yeah. And very odd. I've not had the patience to think the whole thing 
through ... which one has to because you can't friggin printf anything ... so 
not much further along.

	Wrapping the frame.h etc. includes with extern "C" did not fix the problem, 
so that slightly lowers the possibility it's a C/C++ link issue.

- thor



More information about the mythtv-dev mailing list