From a000510b84ddd91bf776c32901ff8908997215fe Mon Sep 17 00:00:00 2001
From: caohui <[email protected]>
Date: Wed, 23 Jan 2019 11:13:27 +0800
Subject: [PATCH] chromium arm build ffmpeg hlsproto.c fail.
---
libavformat/hlsproto.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/hlsproto.c b/libavformat/hlsproto.c
index e7ef2d8..e5673e5 100644
--- a/libavformat/hlsproto.c
+++ b/libavformat/hlsproto.c
@@ -295,7 +295,7 @@ retry:
}
goto retry;
}
- url = s->segments[s->cur_seq_no - s->start_seq_no]->url,
+ url = s->segments[s->cur_seq_no - s->start_seq_no]->url;
av_log(h, AV_LOG_DEBUG, "opening %s\n", url);
ret = ffurl_open_whitelist(&s->seg_hd, url, AVIO_FLAG_READ,
&h->interrupt_callback, NULL,
--
2.7.4
_______________________________________________
ffmpeg-devel mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel