avformat/ipfsgateway: fix capitalizaton mistake

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@gmail.com>
This commit is contained in:
NyanMaths 2025-01-07 14:16:56 -05:00 committed by Leo Izen
parent 692ce2503e
commit 1215fefcb8
No known key found for this signature in database
GPG key ID: 764E48EA48221833

View file

@ -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,