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:
parent
692ce2503e
commit
1215fefcb8
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue