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
077a8d61
Commit
077a8d61
authored
Feb 18, 2010
by
Michael Niedermayer
Browse files
fix issue 1747
Originally committed as revision 21874 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
5e46be96
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
ffplay.c
ffplay.c
+4
-2
No files found.
ffplay.c
View file @
077a8d61
...
...
@@ -2070,9 +2070,11 @@ static int decode_thread(void *arg)
stream_component_open
(
is
,
audio_index
);
}
ret
=-
1
;
if
(
video_index
>=
0
)
{
stream_component_open
(
is
,
video_index
);
}
else
{
ret
=
stream_component_open
(
is
,
video_index
);
}
if
(
ret
<
0
)
{
/* add the refresh timer to draw the picture */
schedule_refresh
(
is
,
40
);
...
...
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