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
03774129
Commit
03774129
authored
Apr 09, 2008
by
Jean-Paul Saman
Browse files
Compile fix.
parent
01bc9692
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/video_filter/dynamicoverlay/dynamicoverlay.c
View file @
03774129
...
...
@@ -293,8 +293,8 @@ static subpicture_t *Filter( filter_t *p_filter, mtime_t date )
const
char
*
psz_success
=
"SUCCESS:"
;
const
char
*
psz_nl
=
"
\n
"
;
BufferAdd
(
&
p_sys
->
output
,
psz_success
,
8
);
p_command
->
p_command
->
pf_unparse
r
(
&
p_command
->
results
,
&
p_sys
->
output
);
p_command
->
p_command
->
pf_unparse
(
&
p_command
->
results
,
&
p_sys
->
output
);
BufferAdd
(
&
p_sys
->
output
,
psz_nl
,
1
);
}
else
...
...
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