]> git.sesse.net Git - vlc/commitdiff
Compile fix.
authorJean-Paul Saman <jean-paul.saman@m2x.nl>
Wed, 9 Apr 2008 10:07:18 +0000 (12:07 +0200)
committerJean-Paul Saman <jean-paul.saman@m2x.nl>
Wed, 9 Apr 2008 10:07:18 +0000 (12:07 +0200)
modules/video_filter/dynamicoverlay/dynamicoverlay.c

index 289709b41b9f4b2c9f0d5917a2ebeab3e536fe16..4f701a087c1ec2dcdcc135d4ae5ddde9c3e9d6a9 100644 (file)
@@ -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