Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
d3b03289
Commit
d3b03289
authored
Apr 27, 2003
by
Laurent Aimar
Browse files
* ffmpeg: stop skipping video sometime ;).
parent
e4ef10de
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/codec/ffmpeg/video.c
View file @
d3b03289
...
...
@@ -2,7 +2,7 @@
* video.c: video decoder using ffmpeg library
*****************************************************************************
* Copyright (C) 1999-2001 VideoLAN
* $Id: video.c,v 1.2
3
2003/04/2
6 22:06:12
fenrir Exp $
* $Id: video.c,v 1.2
4
2003/04/2
7 13:03:28
fenrir Exp $
*
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
* Gildas Bazin <gbazin@netcourrier.com>
...
...
@@ -453,7 +453,7 @@ void E_( DecodeThread_Video )( vdec_thread_t *p_vdec )
i_pts
=
p_pes
->
i_pts
;
input_DeletePES
(
p_vdec
->
p_fifo
->
p_packets_mgt
,
p_pes
);
}
while
(
i_pts
<=
0
||
i_pts
<
mdate
()
+
DEFAULT_PTS_DELAY
);
}
while
(
i_pts
<=
0
||
i_pts
<
mdate
()
);
}
if
(
!
p_vdec
->
p_context
->
width
||
!
p_vdec
->
p_context
->
height
)
...
...
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