summaryrefslogtreecommitdiff
path: root/ffmpeg.c
diff options
context:
space:
mode:
authorFrançois Revol <revol@free.fr>2003-02-12 21:38:38 +0000
committerFrançois Revol <revol@free.fr>2003-02-12 21:38:38 +0000
commit3f07e60546c70ff5b78131266b3ab38917ae0f5a (patch)
tree3df9f4da73184f53be660e42e89197857275dd5a /ffmpeg.c
parent244b86134b3b8510034782e62273a393326f1ba7 (diff)
fix for legacy audio
Originally committed as revision 1583 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffmpeg.c')
-rw-r--r--ffmpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffmpeg.c b/ffmpeg.c
index 6442f89490..ab3a6145ff 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -2513,7 +2513,7 @@ static void prepare_play(void)
fprintf(stderr, "Could not find audio device\n");
exit(1);
}
- opt_output_file(audio_device?audio_device:"/dev/dsp0");
+ opt_output_file(audio_device?audio_device:"/dev/dsp");
}
if (has_video) {