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
de635911
Commit
de635911
authored
Feb 05, 2010
by
Laurent Aimar
Browse files
Fixed support for non dated teletext.
parent
6dafd7ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/input/decoder.c
View file @
de635911
...
...
@@ -1518,7 +1518,7 @@ static void DecoderPlaySpu( decoder_t *p_dec, subpicture_t *p_subpic,
vout_thread_t
*
p_vout
=
p_owner
->
p_spu_vout
;
/* */
if
(
p_subpic
->
i_start
<=
VLC_TS_INVALID
)
if
(
p_subpic
->
i_start
<=
VLC_TS_INVALID
&&
!
b_telx
)
{
msg_Warn
(
p_dec
,
"non-dated spu buffer received"
);
subpicture_Delete
(
p_subpic
);
...
...
Write
Preview
Supports
Markdown
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