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

v4l2: typo

parent 7d24eb51
...@@ -213,7 +213,7 @@ static int SetupTuner (vlc_object_t *obj, int fd, ...@@ -213,7 +213,7 @@ static int SetupTuner (vlc_object_t *obj, int fd,
if (v4l2_ioctl (fd, VIDIOC_S_FREQUENCY, &frequency) < 0) if (v4l2_ioctl (fd, VIDIOC_S_FREQUENCY, &frequency) < 0)
{ {
msg_Err (obj, "cannot tuner tuner %u to frequency %u %sHz: %m", msg_Err (obj, "cannot tune tuner %u to frequency %u %sHz: %m",
input->tuner, freq, mult); input->tuner, freq, mult);
return -1; return -1;
} }
......
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