From 177d2185e928d7b7332e9e1bfa6d38212ea7cc9b Mon Sep 17 00:00:00 2001 From: arpi Date: Thu, 22 Aug 2002 23:05:58 +0000 Subject: v4l capture update by Jindrich Makovicka some silly bugs slipped through.. here is the fix git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7071 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpdemux/ai_alsa1x.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmpdemux/ai_alsa1x.c') diff --git a/libmpdemux/ai_alsa1x.c b/libmpdemux/ai_alsa1x.c index 52253b8da7..668e43679f 100644 --- a/libmpdemux/ai_alsa1x.c +++ b/libmpdemux/ai_alsa1x.c @@ -105,7 +105,7 @@ int ai_alsa_init(audio_in_t *ai) err = snd_pcm_open(&ai->alsa.handle, ai->alsa.device, SND_PCM_STREAM_CAPTURE, 0); if (err < 0) { - mp_msg(MSGT_TV, MSGL_ERR, "Error opening audio"); + mp_msg(MSGT_TV, MSGL_ERR, "Error opening audio: %s\n", snd_strerror(err)); return -1; } -- cgit v1.2.3