mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-12 01:40:04 +01:00
Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'
* commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb': cosmetics: Fix spelling mistakes Merged-by: Clément Bœsch <u@pkh.me>
This commit is contained in:
@@ -129,7 +129,7 @@ static int rtmp_http_read(URLContext *h, uint8_t *buf, int size)
|
||||
} else {
|
||||
if (rt->nb_bytes_read == 0) {
|
||||
/* Wait 50ms before retrying to read a server reply in
|
||||
* order to reduce the number of idle requets. */
|
||||
* order to reduce the number of idle requests. */
|
||||
av_usleep(50000);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user