Commit 3f07e605 authored by François Revol's avatar François Revol

fix for legacy audio

Originally committed as revision 1583 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 244b8613
...@@ -2513,7 +2513,7 @@ static void prepare_play(void) ...@@ -2513,7 +2513,7 @@ static void prepare_play(void)
fprintf(stderr, "Could not find audio device\n"); fprintf(stderr, "Could not find audio device\n");
exit(1); exit(1);
} }
opt_output_file(audio_device?audio_device:"/dev/dsp0"); opt_output_file(audio_device?audio_device:"/dev/dsp");
} }
if (has_video) { if (has_video) {
......
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