[FFmpeg-devel] [PATCH 3/8] ffserver.c: rename ReadInfo.in_filename to ReadInfo.in_uri

Stephan Holljes klaxa1337 at googlemail.com
Mon May 28 21:18:54 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 fc2a1a4..402e710 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