[FFmpeg-devel] [PATCH] avformat/ipfsgateway: fix capitalizaton mistake

Leo Izen leo.izen at gmail.com
Wed Jan 8 00:45:21 EET 2025


On 1/7/25 4:54 PM, Alexander Strasser via ffmpeg-devel wrote:
> On 2025-01-07 14:18 -0500, Leo Izen wrote:
>> Fix the incorrect capitalization of the project name in a comment.
>> The project is named FFmpeg, not FFMpeg.
>>
>> Signed-off-by: Leo Izen <leo.izen at gmail.com>
>> Reported-by: NyanMaths <nyanmaths at gmail.com>
>> ---
>>   libavformat/ipfsgateway.c | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/libavformat/ipfsgateway.c b/libavformat/ipfsgateway.c
>> index 9a15bcf93b..1a8382d7be 100644
>> --- a/libavformat/ipfsgateway.c
>> +++ b/libavformat/ipfsgateway.c
>> @@ -290,7 +290,7 @@ static int translate_ipfs_to_http(URLContext *h, const char *uri, int flags, AVD
>>           goto err;
>>       }
>>
>> -    // Pass the URL back to FFMpeg's protocol handler.
>> +    // Pass the URL back to FFmpeg's protocol handler.
>>       ret = ffurl_open_whitelist(&c->inner, fulluri, flags,
>>                                  &h->interrupt_callback, options,
>>                                  h->protocol_whitelist,
>> --
> 
> Not super urgent but LGTM ;-)
> 
> Isn't the patch authored by NyanMaths though?
> 

Yea, probably. I'll push it with the author field changed.

- Leo Izen (Traneptora)



More information about the ffmpeg-devel mailing list