diff libvo/vo_v4l2.c @ 33319:efc3594f1f07

Fix function to match what send_mpeg_pes_packet expects, thus eliminating compiler warnings.
author reimar
date Sat, 07 May 2011 19:19:35 +0000
parents ddb45e9443ec
children 5d3f93051de9
line wrap: on
line diff
--- a/libvo/vo_v4l2.c	Sat May 07 19:17:04 2011 +0000
+++ b/libvo/vo_v4l2.c	Sat May 07 19:19:35 2011 +0000
@@ -70,7 +70,7 @@
 const LIBVO_EXTERN (v4l2)
 
 int
-v4l2_write (unsigned char *data, int len)
+v4l2_write (const unsigned char *data, int len)
 {
   if (v4l2_fd < 0)
     return 0;