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
b993600a
Commit
b993600a
authored
Nov 14, 2007
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use the filename passed and not the configuration file.
parent
4527fa30
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
modules/misc/osd/osd_menu.c
modules/misc/osd/osd_menu.c
+1
-1
modules/misc/osd/osd_menu.h
modules/misc/osd/osd_menu.h
+0
-1
No files found.
modules/misc/osd/osd_menu.c
View file @
b993600a
...
@@ -216,7 +216,7 @@ osd_state_t *osd_StateNew( osd_menu_t *p_menu, const char *psz_file,
...
@@ -216,7 +216,7 @@ osd_state_t *osd_StateNew( osd_menu_t *p_menu, const char *psz_file,
fmt_out
.
i_chroma
=
VLC_FOURCC
(
'Y'
,
'U'
,
'V'
,
'A'
);
fmt_out
.
i_chroma
=
VLC_FOURCC
(
'Y'
,
'U'
,
'V'
,
'A'
);
if
(
p_menu
->
p_image
)
if
(
p_menu
->
p_image
)
{
{
p_state
->
p_pic
=
image_ReadUrl
(
p_menu
->
p_image
,
p
_menu
->
p
sz_file
,
p_state
->
p_pic
=
image_ReadUrl
(
p_menu
->
p_image
,
psz_file
,
&
fmt_in
,
&
fmt_out
);
&
fmt_in
,
&
fmt_out
);
}
}
...
...
modules/misc/osd/osd_menu.h
View file @
b993600a
...
@@ -36,4 +36,3 @@ void osd_ButtonFree( osd_menu_t *, osd_button_t * );
...
@@ -36,4 +36,3 @@ void osd_ButtonFree( osd_menu_t *, osd_button_t * );
void
osd_StatesFree
(
osd_menu_t
*
,
osd_state_t
*
);
void
osd_StatesFree
(
osd_menu_t
*
,
osd_state_t
*
);
#endif
#endif
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