Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
04cf4f55
Commit
04cf4f55
authored
Nov 11, 2006
by
Damien Fouilleul
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- compile fix
parent
8c245399
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
include/video_output.h
include/video_output.h
+1
-1
src/video_output/vout_intf.c
src/video_output/vout_intf.c
+1
-1
No files found.
include/video_output.h
View file @
04cf4f55
...
@@ -245,7 +245,7 @@ VLC_EXPORT( void *, vout_RequestWindow, ( vout_thread_t *, int *, int *, unsigne
...
@@ -245,7 +245,7 @@ VLC_EXPORT( void *, vout_RequestWindow, ( vout_thread_t *, int *, int *, unsigne
VLC_EXPORT
(
void
,
vout_ReleaseWindow
,
(
vout_thread_t
*
,
void
*
)
);
VLC_EXPORT
(
void
,
vout_ReleaseWindow
,
(
vout_thread_t
*
,
void
*
)
);
VLC_EXPORT
(
int
,
vout_ControlWindow
,
(
vout_thread_t
*
,
void
*
,
int
,
va_list
)
);
VLC_EXPORT
(
int
,
vout_ControlWindow
,
(
vout_thread_t
*
,
void
*
,
int
,
va_list
)
);
void
vout_IntfInit
(
vout_thread_t
*
);
void
vout_IntfInit
(
vout_thread_t
*
);
VLC_EXPORT
(
int
,
vout_Snapshot
,
(
vout_thread_t
*
p_vout
,
picture_t
*
p_pic
)
);
VLC_EXPORT
(
void
,
vout_EnableFilter
,
(
vout_thread_t
*
,
char
*
,
vlc_bool_t
,
vlc_bool_t
)
);
VLC_EXPORT
(
void
,
vout_EnableFilter
,
(
vout_thread_t
*
,
char
*
,
vlc_bool_t
,
vlc_bool_t
)
);
...
...
src/video_output/vout_intf.c
View file @
04cf4f55
...
@@ -590,7 +590,7 @@ int vout_Snapshot( vout_thread_t *p_vout, picture_t *p_pic )
...
@@ -590,7 +590,7 @@ int vout_Snapshot( vout_thread_t *p_vout, picture_t *p_pic )
CSIDL_MYPICTURES
|
CSIDL_FLAG_CREATE
,
CSIDL_MYPICTURES
|
CSIDL_FLAG_CREATE
,
NULL
,
SHGFP_TYPE_CURRENT
,
NULL
,
SHGFP_TYPE_CURRENT
,
wdir
)))
wdir
)))
p_mypictures
w
dir
=
FromWide
(
wdir
);
p_mypicturesdir
=
FromWide
(
wdir
);
FreeLibrary
(
shfolder_dll
);
FreeLibrary
(
shfolder_dll
);
}
}
...
...
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