[FFmpeg-devel] [PATCH] Document av_[io]format_next() functions
Robert Swain
robert.swain
Sat Feb 14 19:35:46 CET 2009
2009/2/14 Michael Niedermayer <michaelni at gmx.at>:
> On Sat, Feb 14, 2009 at 06:30:32PM +0100, Stefano Sabatini wrote:
>> Index: libavformat/avformat.h
>> ===================================================================
>> --- libavformat/avformat.h (revision 17180)
>> +++ libavformat/avformat.h (working copy)
>> @@ -687,7 +687,18 @@
>> extern AVOutputFormat *first_oformat;
>> #endif
>>
>> +/**
>> + * If \p f is NULL returns the first registered input format,
>
>> + * if \p is non-NULL returns the registered input format next to \p f,
>
> next to ?
> iam no native but this sounds fishy in this context
> "id say the successor of" or the "one after" or "the next after"
> "the one following "
"Next to" merely means adjacent. It could be before or after.
Regards,
Rob
More information about the ffmpeg-devel
mailing list