Fixed blank image if RGB invert not checked.

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@971 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
stan 2004-03-17 10:26:17 +00:00
parent e421ea5b45
commit 1a87d79b78
1 changed files with 1 additions and 1 deletions

View File

@ -749,8 +749,8 @@ int LocalCamera::PostCapture( Image &image )
*d_ptr++ = *s_ptr; *d_ptr++ = *s_ptr;
s_ptr += 3; s_ptr += 3;
} }
buffer = temp_buffer;
} }
buffer = temp_buffer;
break; break;
} }
case VIDEO_PALETTE_GREY : case VIDEO_PALETTE_GREY :