[Ffmpeg-devel] [PATCH] add .rgb extension for raw video format
Måns Rullgård
mans
Wed Apr 25 11:13:18 CEST 2007
Benoit Fouet wrote:
> M?ns Rullg?rd wrote:
>> Benoit Fouet <benoit.fouet at purplelabs.com> writes:
>>
>>> Index: libavformat/raw.c
>>> ===================================================================
>>> --- libavformat/raw.c (revision 8802)
>>> +++ libavformat/raw.c (working copy)
>>> @@ -862,7 +862,7 @@
>>> "rawvideo",
>>> "raw video format",
>>> NULL,
>>> - "yuv",
>>> + "yuv,rgb",
>>> 0,
>>> CODEC_ID_NONE,
>>> CODEC_ID_RAWVIDEO,
>>>
>>
>> As much as I dislike that design, the patch looks OK to me.
>>
>>
> actually, this is just meant to allow .rgb extensions
I know. I just don't like the list being a single comma-separated string.
BTW, "suffix" is the proper term. "Extension" is a microsoftism.
--
M?ns Rullg?rd
mans at mansr.com
More information about the ffmpeg-devel
mailing list