[FFmpeg-devel] [PATCH] doc/filters: add rotate example using degrees

Timothy Gu timothygu99 at gmail.com
Wed Jan 8 22:09:50 CET 2014


On Wed, Jan 8, 2014 at 11:39 AM, Lou Logan <lou at lrcd.com> wrote:
> On Wed,  8 Jan 2014 10:36:18 -0900, Lou Logan wrote:
>
>> ---
>>  doc/filters.texi | 6 ++++++
>>  1 file changed, 6 insertions(+)
>>
>> diff --git a/doc/filters.texi b/doc/filters.texi
>> index c896edb..39c6faf 100644
>> --- a/doc/filters.texi
>> +++ b/doc/filters.texi
>> @@ -6742,6 +6742,12 @@ rotate=-PI/6
>>  @end example
>>
>>  @item
>> +Rotate the input by 45 degrees clockwise:
>> + at example
>> +rotate=45*PI/180
>> + at end example
>> +
>> + at item
>
> I'm not sure why Git assumed the bottom @item to be new... Seemed
> to do that no matter what I tried.

Yup, that's the algorithm of diff. Of course you can hand-edit the
formatted-patch if you want, but most people here are smart enough to
figure it out.

Timothy


More information about the ffmpeg-devel mailing list