Commit f3b4d093 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

V4L: path from VLC, need utf8_open()

parent b1b5d541
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment