Anton Khirnov <[email protected]> writes: > On Sun, 1 May 2011 12:03:20 +0900, Takashi Mochizuki <[email protected]> > wrote: >> Fix configure --disable-avfilter issue. >> >> --- >> ffmpeg.c | 2 ++ >> 1 files changed, 2 insertions(+), 0 deletions(-) >> >> diff --git a/ffmpeg.c b/ffmpeg.c >> index 050fa98..ed0dc34 100644 >> --- a/ffmpeg.c >> +++ b/ffmpeg.c >> @@ -2795,9 +2795,11 @@ static void opt_frame_aspect_ratio(const char *arg) >> } >> frame_aspect_ratio = ar; >> >> +#if CONFIG_AVFILTER >> x = vfilters ? strlen(vfilters) : 0; >> vfilters = av_realloc(vfilters, x+100); >> snprintf(vfilters+x, x+100, "%csetdar=%f¥n", x?',':' ', ar); > ^ ehm.... > > Looks fine otherwise, queued.
Some Japanese encodings put that symbol where \ should be, and somehow this has poisoned the email. As you can see, that line isn't actually changed by the patch. -- Måns Rullgård [email protected] _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
