Hi Bernhard,

On Tue, 2004-08-31 at 18:48, Bernhard Praschinger wrote:
> For some strange reason recording at full size does not work on my DC30
> any more. 

Long live typos. In line 480 and 486 of zr36050.c, you'll find:

                sum += zr36050_pushit(ptr, ZR050_COM_IDX, 60,
                                      ptr->com.data) + 4;

and

                sum += zr36050_pushit(ptr, ZR050_APP_IDX, 60,
                                      ptr->app.data) + 4;

Can you change the address (second argument) to ZR050_{COM,APP}_IDX + 4
(so add the " + 4") and test if that fixes it for you? I'm too lazy to
swap cards right now. ;). It does sound like an obvious candidate,
though.

Thanks,

Ronald

-- 
Ronald S. Bultje <[EMAIL PROTECTED]>



-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
_______________________________________________
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to