summaryrefslogtreecommitdiffstats
path: root/ffserver.c
diff options
context:
space:
mode:
Diffstat (limited to 'ffserver.c')
-rw-r--r--ffserver.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ffserver.c b/ffserver.c
index 621e550..8731f90 100644
--- a/ffserver.c
+++ b/ffserver.c
@@ -1917,6 +1917,7 @@ static int open_input_stream(HTTPContext *c, const char *info)
return -1;
}
c->fmt_in = s;
+ av_find_stream_info(c->fmt_in);
/* open each parser */
for(i=0;i<s->nb_streams;i++)
OpenPOWER on IntegriCloud