diff options
-rw-r--r-- | ffmpeg.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |