[vlc-devel] commit: V4L: path from VLC, need utf8_open() ( Rémi Denis-Courmont )

git version control git at videolan.org
Sat Oct 17 22:51:06 CEST 2009


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Oct 17 23:31:34 2009 +0300| [f3b4d093f1c7d146ad44d1bc8d296eaaec7f30f1] | committer: Rémi Denis-Courmont 

V4L: path from VLC, need utf8_open()

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f3b4d093f1c7d146ad44d1bc8d296eaaec7f30f1
---

 modules/access/v4l.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/access/v4l.c b/modules/access/v4l.c
index 1a73ef5..e72feb7 100644
--- a/modules/access/v4l.c
+++ b/modules/access/v4l.c
@@ -682,7 +682,7 @@ static int OpenVideoDev( demux_t *p_demux, char *psz_device )
     struct mjpeg_params mjpeg;
     int i;
 
-    if( ( i_fd = open( psz_device, O_RDWR ) ) < 0 )
+    if( ( i_fd = utf8_open( psz_device, O_RDWR ) ) < 0 )
     {
         msg_Err( p_demux, "cannot open device (%m)" );
         goto vdev_failed;




More information about the vlc-devel mailing list