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





------- Comment #10 from [EMAIL PROTECTED]  2008-10-05 14:26 +2 -------
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.


-- 
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