1
mirror of https://code.videolan.org/videolan/vlc synced 2024-07-21 07:24:15 +02:00

Input based input slaves sound better.

This commit is contained in:
Antoine Cellerier 2009-01-04 17:53:37 +01:00
parent 34ca61b6e6
commit 92c0a8f51c
2 changed files with 4 additions and 4 deletions

View File

@ -134,8 +134,8 @@ static void Close( vlc_object_t * );
#define AUDIO_DEPRECATED_ERROR N_( \ #define AUDIO_DEPRECATED_ERROR N_( \
"Alsa or OSS audio capture in the v4l access is deprecated. " \ "Alsa or OSS audio capture in the v4l access is deprecated. " \
"please use 'v4l:/""/ --input-slave alsa:/""/' or " \ "please use 'v4l:/""/ :input-slave=alsa:/""/' or " \
"'v4l:/""/ --input-slave oss:/""/' instead." ) "'v4l:/""/ :input-slave=oss:/""/' instead." )
static const int i_norm_list[] = static const int i_norm_list[] =
{ VIDEO_MODE_AUTO, VIDEO_MODE_SECAM, VIDEO_MODE_PAL, VIDEO_MODE_NTSC }; { VIDEO_MODE_AUTO, VIDEO_MODE_SECAM, VIDEO_MODE_PAL, VIDEO_MODE_NTSC };

View File

@ -211,8 +211,8 @@ static void AccessClose( vlc_object_t * );
#define AUDIO_DEPRECATED_ERROR N_( \ #define AUDIO_DEPRECATED_ERROR N_( \
"Alsa or OSS audio capture in the v4l2 access is deprecated. " \ "Alsa or OSS audio capture in the v4l2 access is deprecated. " \
"please use 'v4l2:/""/ --input-slave alsa:/""/' or " \ "please use 'v4l2:/""/ :input-slave=alsa:/""/' or " \
"'v4l2:/""/ --input-slave oss:/""/' instead." ) "'v4l2:/""/ :input-slave=oss:/""/' instead." )
typedef enum { typedef enum {
IO_METHOD_READ, IO_METHOD_READ,