http://bugs.cinelerra.org/show_bug.cgi?id=41





------- Comment #11 from [EMAIL PROTECTED]  2008-10-29 15:17 +2 -------
(In reply to comment #10)
> Inspired by walker and read sam manpages I propose a fix:
> --- vdevicev4l.C.orig   2008-10-02 22:53:46.000000000 +0300
> +++ vdevicev4l.C        2008-10-04 18:15:00.000000000 +0300
> @@ -142,7 +142,7 @@
> 
>                 capture_frame_number = 0;
> 
> -               if((long)capture_buffer < 0)
> +               if(capture_buffer == MAP_FAILED)
>                 {
>  // Use read instead.
>                         perror("VDeviceV4L::v4l_init mmap");
> 
> Please test. I haven't proper hardware.
> 

Works! 100%, I testing using full resolution, 720x480 NTSC.. Preview and
recording normally with rawdv encoder


-- 
Configure bugmail: http://bugs.cinelerra.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

_______________________________________________
Cinelerra mailing list
[email protected]
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra

Reply via email to