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


[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME




------- Comment #8 from [EMAIL PROTECTED]  2008-09-08 21:13 +2 -------
Hello, I discovered how to solve the problem. I removed the lines:

00143                 if((long)capture_buffer < 0)
00144                 {
00145 // Use read instead.
00146                         perror("VDeviceV4L::v4l_init mmap");
00147                         shared_memory = 0;
00148                         capture_buffer = new char[capture_params.size];
00149                 }
00150                 else
00151                 {

And the line:

00154                 }

On file cinelerra/vdevicev4l.C


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