Commit 668f1400 authored by mmu_man's avatar mmu_man

fix for legacy audio


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@1583 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent aacf68b4
...@@ -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