[FFmpeg-devel] [PATCH] imlib2's rgb.txt

Ramiro Ribeiro Polla ramiro
Mon Jun 11 18:28:31 CEST 2007


Ramiro Ribeiro Polla wrote:
> Michael Niedermayer wrote:
>   
>> Hi
>>
>> On Mon, Jun 11, 2007 at 09:06:34AM +0200, V?ctor Paesa wrote:
>>   
>>     
>>> Hi,
>>>
>>>     
>>>       
>>>> Attached patch adds another location for the imlib2 vhook to search for
>>>> rgb.txt.
>>>> It's a relative path instead of an absolute path, good for Windows,
>>>> where X11 isn't installed.
>>>>
>>>> Even though vhooks should go away soon, it's nice for the next filter
>>>> system to support this too, so this patch is also informative for
>>>> whoever writes the next imlib2 filter.
>>>>       
>>>>         
>>> The patch is also useful for POSIX systems that don't have X11 installed, or
>>> have it installed in unusual directories.
>>>     
>>>       
>> would it not make more sense to allow the user to specifiy the file path?
>>
>>   
>>     
>
> Yes, it would.
> Also, it would make sense to add hex value support like drawtext.
>
> How about this:
> - add -rgb parameter to specify rgb.txt file
> - remove the 2 default paths for rgb.txt (ok?)
> - copy ParseColor (from drawtext.c), or put function in some shared 
> file. (does lav* have a function for parsing hex colors?)
>   

Answering my own question, ffmpeg.c does that in opt_pad_color.
Can it be moved to a library as av_parse_color (maybe libavutil)?

Ramiro Polla




More information about the ffmpeg-devel mailing list