fix for legacy audio

Originally committed as revision 1583 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
François Revol 2003-02-12 21:38:38 +00:00
parent 244b86134b
commit 3f07e60546
1 changed files with 1 additions and 1 deletions

View File

@ -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) {