[FFmpeg-devel] [PATCH 3/8] ffserver.c: rename ReadInfo.in_filename to ReadInfo.in_uri
Stephan Holljes
klaxa1337 at googlemail.com
Fri Jun 1 01:20:27 EEST 2018
Signed-off-by: Stephan Holljes <klaxa1337 at googlemail.com>
---
ffserver.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ffserver.c b/ffserver.c
index 44306b1..b80a7f8 100644
--- a/ffserver.c
+++ b/ffserver.c
@@ -45,7 +45,7 @@
struct ReadInfo {
struct PublisherContext *pub;
AVFormatContext *ifmt_ctx;
- char *in_filename;
+ char *input_uri;
};
struct WriteInfo {
--
2.16.2
More information about the ffmpeg-devel
mailing list