Anton Khirnov <an...@khirnov.net> writes:

> On Sun, 1 May 2011 12:03:20 +0900, Takashi Mochizuki <mo...@da2.so-net.ne.jp> 
> 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
m...@mansr.com
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to