mplayer support for webcams

In order to work with webcams, mplayer domain needs write access to the
v4l_device_t (updates and reconfiguration of the video device)

Signed-off-by: Sven Vermeulen <sven.vermeulen@siphos.be>
This commit is contained in:
Sven Vermeulen 2011-03-09 22:15:01 +01:00 committed by Chris PeBenito
parent 7aa8ff324c
commit 96a78a6f7e
1 changed files with 1 additions and 0 deletions

View File

@ -197,6 +197,7 @@ dev_read_urand(mplayer_t)
dev_rwx_zero(mplayer_t)
# Access to DVD/CD/V4L
dev_read_video_dev(mplayer_t)
dev_write_video_dev(mplayer_t)
# Audio, alsa.conf
dev_read_sound_mixer(mplayer_t)
dev_write_sound_mixer(mplayer_t)