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
79a114c6
Commit
79a114c6
authored
Apr 26, 2003
by
Laurent Aimar
Browse files
* video: spelling error.
parent
070fbff5
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/codec/ffmpeg/video.c
View file @
79a114c6
...
...
@@ -2,7 +2,7 @@
* video.c: video decoder using ffmpeg library
*****************************************************************************
* Copyright (C) 1999-2001 VideoLAN
* $Id: video.c,v 1.2
2
2003/04/26 2
1:45:26
fenrir Exp $
* $Id: video.c,v 1.2
3
2003/04/26 2
2:06:12
fenrir Exp $
*
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
* Gildas Bazin <gbazin@netcourrier.com>
...
...
@@ -441,7 +441,7 @@ void E_( DecodeThread_Video )( vdec_thread_t *p_vdec )
if
(
p_vdec
->
i_frame_late
>
0
&&
mdate
()
-
p_vdec
->
i_frame_late_start
>
(
mtime_t
)
5000000
)
{
msg_Err
(
p_vdec
->
p_fifo
,
"more than 5 second of late video -> dropping (to slow computer ?)"
);
msg_Err
(
p_vdec
->
p_fifo
,
"more than 5 second
s
of late video -> dropping (to slow computer ?)"
);
do
{
input_ExtractPES
(
p_vdec
->
p_fifo
,
&
p_pes
);
...
...
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