Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
7ecb5c15
Commit
7ecb5c15
authored
Oct 05, 2011
by
Vincent Penquerc'h
Committed by
Jean-Baptiste Kempf
Oct 06, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
kate: do not access the renderer if it fails to initialize
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
bb2512e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
8 deletions
+9
-8
modules/codec/kate.c
modules/codec/kate.c
+9
-8
No files found.
modules/codec/kate.c
View file @
7ecb5c15
...
@@ -404,14 +404,15 @@ static int OpenDecoder( vlc_object_t *p_this )
...
@@ -404,14 +404,15 @@ static int OpenDecoder( vlc_object_t *p_this )
p_sys
->
p_tr
=
NULL
;
p_sys
->
p_tr
=
NULL
;
p_sys
->
b_use_tiger
=
false
;
p_sys
->
b_use_tiger
=
false
;
}
}
else
{
CHECK_TIGER_RET
(
tiger_renderer_set_surface_clear_color
(
p_sys
->
p_tr
,
1
,
0
,
0
,
0
,
0
)
);
CHECK_TIGER_RET
(
tiger_renderer_set_surface_clear_color
(
p_sys
->
p_tr
,
1
,
0
,
0
,
0
,
0
)
);
UpdateTigerFontEffect
(
p_dec
);
UpdateTigerFontEffect
(
p_dec
);
UpdateTigerFontColor
(
p_dec
);
UpdateTigerFontColor
(
p_dec
);
UpdateTigerBackgroundColor
(
p_dec
);
UpdateTigerBackgroundColor
(
p_dec
);
UpdateTigerQuality
(
p_dec
);
UpdateTigerQuality
(
p_dec
);
UpdateTigerFontDesc
(
p_dec
);
UpdateTigerFontDesc
(
p_dec
);
}
}
}
#else
#else
...
...
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