ffmpeg | branch: master | NyanMaths <nyanma...@gmail.com> | Tue Jan  7 14:16:56 
2025 -0500| [1215fefcb8ad51abede2dff4aba028b5c290e8f5] | committer: Leo Izen

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.i...@gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1215fefcb8ad51abede2dff4aba028b5c290e8f5
---

 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,

_______________________________________________
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

To unsubscribe, visit link above, or email
ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to