Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
595427c2
Commit
595427c2
authored
Aug 26, 2009
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Put snapshots to pictures directory
parent
c67b22e4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
modules/video_filter/scene.c
modules/video_filter/scene.c
+1
-1
src/video_output/snapshot.c
src/video_output/snapshot.c
+1
-1
No files found.
modules/video_filter/scene.c
View file @
595427c2
...
@@ -193,7 +193,7 @@ static int Create( vlc_object_t *p_this )
...
@@ -193,7 +193,7 @@ static int Create( vlc_object_t *p_this )
p_sys
->
psz_prefix
=
var_CreateGetString
(
p_this
,
CFG_PREFIX
"prefix"
);
p_sys
->
psz_prefix
=
var_CreateGetString
(
p_this
,
CFG_PREFIX
"prefix"
);
p_sys
->
psz_path
=
var_GetNonEmptyString
(
p_this
,
CFG_PREFIX
"path"
);
p_sys
->
psz_path
=
var_GetNonEmptyString
(
p_this
,
CFG_PREFIX
"path"
);
if
(
p_sys
->
psz_path
==
NULL
)
if
(
p_sys
->
psz_path
==
NULL
)
p_sys
->
psz_path
=
config_GetUserDir
(
VLC_
HOME
_DIR
);
p_sys
->
psz_path
=
config_GetUserDir
(
VLC_
PICTURES
_DIR
);
p_filter
->
pf_video_filter
=
Filter
;
p_filter
->
pf_video_filter
=
Filter
;
...
...
src/video_output/snapshot.c
View file @
595427c2
...
@@ -131,7 +131,7 @@ void vout_snapshot_Set(vout_snapshot_t *snap,
...
@@ -131,7 +131,7 @@ void vout_snapshot_Set(vout_snapshot_t *snap,
/* */
/* */
char
*
vout_snapshot_GetDirectory
(
void
)
char
*
vout_snapshot_GetDirectory
(
void
)
{
{
return
config_GetUserDir
(
VLC_
HOME
_DIR
);
return
config_GetUserDir
(
VLC_
PICTURES
_DIR
);
}
}
/* */
/* */
int
vout_snapshot_SaveImage
(
char
**
name
,
int
*
sequential
,
int
vout_snapshot_SaveImage
(
char
**
name
,
int
*
sequential
,
...
...
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