Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
ffmpeg
Commits
3f07e605
Commit
3f07e605
authored
Feb 12, 2003
by
François Revol
Browse files
fix for legacy audio
Originally committed as revision 1583 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
244b8613
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ffmpeg.c
ffmpeg.c
+1
-1
No files found.
ffmpeg.c
View file @
3f07e605
...
...
@@ -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/dsp
0
"
);
opt_output_file
(
audio_device
?
audio_device
:
"/dev/dsp"
);
}
if
(
has_video
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment