[vlc-devel] commit: Compile fix. (Jean-Paul Saman )
git version control
git at videolan.org
Wed Apr 9 12:44:50 CEST 2008
vlc | branch: master | Jean-Paul Saman <jean-paul.saman at m2x.nl> | Wed Apr 9 12:07:18 2008 +0200| [037741298bf0f99c2ce770aa10b4c469dcb4bd05]
Compile fix.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=037741298bf0f99c2ce770aa10b4c469dcb4bd05
---
.../video_filter/dynamicoverlay/dynamicoverlay.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/video_filter/dynamicoverlay/dynamicoverlay.c b/modules/video_filter/dynamicoverlay/dynamicoverlay.c
index 289709b..4f701a0 100644
--- a/modules/video_filter/dynamicoverlay/dynamicoverlay.c
+++ b/modules/video_filter/dynamicoverlay/dynamicoverlay.c
@@ -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_unparser( &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
More information about the vlc-devel
mailing list