[FFmpeg-soc] [soc]: r1923 - libavfilter/vf_setpts.c
vitor
subversion at mplayerhq.hu
Sun Feb 24 15:09:59 CET 2008
Author: vitor
Date: Sun Feb 24 15:09:59 2008
New Revision: 1923
Log:
Fix last warning of lavfi
Modified:
libavfilter/vf_setpts.c
Modified: libavfilter/vf_setpts.c
==============================================================================
--- libavfilter/vf_setpts.c (original)
+++ libavfilter/vf_setpts.c Sun Feb 24 15:09:59 2008
@@ -70,7 +70,7 @@ typedef struct {
static int init(AVFilterContext *ctx, const char *args, void *opaque)
{
SetPTSContext *setpts = ctx->priv;
- char *error;
+ const char *error;
setpts->expr = ff_parse(args ? args : "PTS",
const_names, NULL, NULL, NULL, NULL, &error);
More information about the FFmpeg-soc
mailing list