[FFmpeg-devel] [PATCH] Fix some typos in avfilter.h

Måns Rullgård mans
Wed Aug 27 00:22:39 CEST 2008


Stefano Sabatini <stefano.sabatini-lala at poste.it> writes:

>> Index: libavfilter/avfilter.h
>> ===================================================================
>> --- libavfilter/avfilter.h	(revision 14964)
>> +++ libavfilter/avfilter.h	(working copy)
>> @@ -125,7 +125,7 @@
>>   * list of the formats supported by each input and output pad. The list
>>   * given for each pad need not be distinct - they may be references to the
>>   * same list of formats, as is often the case when a filter supports multiple
>> - * formats, but will always outut the same format as it is given in input.
>> + * formats, but will always output the same format as it is given in input.
                                                                      ^^
"but the output will always be the same format as the input"

>>   * * In this way, a list of possible input formats and a list of
>> possible * output formats are associated with each link. When a set
>> of formats is @@ -184,8 +184,8 @@
>>  
>>  /**
>>   * Returns a format list which contains the intersection of the formats of
>> - * a and b. And all the references of a and b, and a and b will be
>> - * deallocated.
>> + * a and b. Also, all the references of a, all the references of b, and
>> + * a and b themselves will be deallocated.

"Also, a and b, and all references to either, will be deallocated"

-- 
M?ns Rullg?rd
mans at mansr.com




More information about the ffmpeg-devel mailing list