[FFmpeg-devel] [PATCH] Codify rules for AVInputFormat.name

Alex Converse alex.converse
Tue Jul 27 16:17:11 CEST 2010


On Tue, Jul 27, 2010 at 8:32 AM, Michael Niedermayer <michaelni at gmx.at> wrote:
> On Tue, Jul 27, 2010 at 03:00:16AM -0400, Alex Converse wrote:
>> This is not a discussion of ideal policy or ideal API for future
>> versions. It simply codifies current practices in regard to appending
>> new names. See the thread "[PATCH] Add WebM to the Matroska demuxer
>> name" for context as well as r5118.
>
>> ?avformat.h | ? ?3 +++
>> ?1 file changed, 3 insertions(+)
>> e0d402e6b4aafe398eb18b7b2c5851cac9d38a7f ?AVInputFormat.name.diff
>> Index: libavformat/avformat.h
>> ===================================================================
>> --- libavformat/avformat.h ? ?(revision 24531)
>> +++ libavformat/avformat.h ? ?(working copy)
>> @@ -290,6 +290,9 @@
>> ?} AVOutputFormat;
>>
>> ?typedef struct AVInputFormat {
>> + ? ?/** A comma separated list of short names for the format. New names
>> + ? ? * may be appended with a minor bump.
>> + ? ? */
>
> /**
> ?* Text starts here
>
> and without trailing whitespace iam ok with it

applied (without trailing whitespace)



More information about the ffmpeg-devel mailing list