[FFmpeg-devel] [PATCH]Allow image output format without using -f image2
Justin Ruggles
justin.ruggles
Sat Nov 22 15:34:23 CET 2008
Carl Eugen Hoyos wrote:
> schrieb:
>> Carl Eugen Hoyos <cehoyos at ag.or.at> writes:
>>
>>> Hi!
>>>
>>> On 2008-11-22 10:25, Baptiste Coudurier wrote:
>>>>> Attached patch improves usage, IMO.
>>> [...]
>>>
>>>> What about adding all extension mentionned in the file ? It should work
>>>> for these too.
>>> True, attached is an improved version.
>>>
>>> Please comment, Carl Eugen
>>> Index: libavformat/img2.c
>>> ===================================================================
>>> --- libavformat/img2.c (Revision 15903)
>>> +++ libavformat/img2.c (Arbeitskopie)
>>> @@ -402,7 +402,7 @@
>>> "image2",
>>> NULL_IF_CONFIG_SMALL("image2 sequence"),
>>> "",
>>> - "",
>>> + "jpeg,jpg,ljpg,png,ppm,pgm,pbm,pam,bmp,tiff,tif,sgi",
>> Maybe sort them...
It would probably be a separate patch, but JPEG-LS could be added to
this list and to the img_tags list.
-Justin
More information about the ffmpeg-devel
mailing list