From: Limin Wang <[email protected]>
Signed-off-by: Limin Wang <[email protected]>
---
libavformat/libsrt.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/libsrt.c b/libavformat/libsrt.c
index c01d639..4de575b 100644
--- a/libavformat/libsrt.c
+++ b/libavformat/libsrt.c
@@ -361,7 +361,7 @@ static int libsrt_setup(URLContext *h, const char *uri, int
flags)
int ret;
char hostname[1024],proto[1024],path[1024];
char portstr[10];
- int open_timeout = 0;
+ int64_t open_timeout = 0;
int eid;
eid = srt_epoll_create();
--
2.9.5
_______________________________________________
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".