1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-10 06:10:52 +02:00

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

View File

@@ -290,7 +290,7 @@ static int translate_ipfs_to_http(URLContext *h, const char *uri, int flags, AVD
goto err; 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, ret = ffurl_open_whitelist(&c->inner, fulluri, flags,
&h->interrupt_callback, options, &h->interrupt_callback, options,
h->protocol_whitelist, h->protocol_whitelist,