[FFmpeg-devel] Patch: update comment for the reference of av_alloc_format_context

Benoit Fouet benoit.fouet
Wed Feb 18 15:01:53 CET 2009


On 02/18/2009 01:20 PM, Michael Niedermayer wrote:
> On Wed, Feb 18, 2009 at 07:55:33PM +0800, avcoder wrote:
>   
>> Dear:
>> Index: avformat.h
>> ===================================================================
>> --- avformat.h ??? 17428?
>> +++ avformat.h ??????
>> @@ -535,7 +535,7 @@
>>   * sizeof(AVFormatContext) must not be used outside libav*.
>>   */
>>  typedef struct AVFormatContext {
>> -    const AVClass *av_class; /**< Set by av_alloc_format_context. */
>> +    const AVClass *av_class; /**< Set by avformat_alloc_context. */
>>      /* Can only be iformat or oformat, not both at the same time. */
>>     
>
> ok
>
> [...]
>   
>   

applied

Ben





More information about the ffmpeg-devel mailing list