Commit 26877580 authored by mmu_man's avatar mmu_man

fix for using ffplay without specifying the audio device


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@1555 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent b7aad672
......@@ -2513,7 +2513,7 @@ void prepare_play(void)
fprintf(stderr, "Could not find audio device\n");
exit(1);
}
opt_output_file(audio_device);
opt_output_file(audio_device?audio_device:"/dev/dsp0");
}
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