Commit e1031171 authored by Alex Beregszaszi's avatar Alex Beregszaszi

10l found by Curi Fabio Eduardo (SFL) <curif@TELEFONICA.COM.AR>

Originally committed as revision 2002 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent d9ced4ca
...@@ -321,7 +321,7 @@ static int read_ffserver_streams(AVFormatContext *s, const char *filename) ...@@ -321,7 +321,7 @@ static int read_ffserver_streams(AVFormatContext *s, const char *filename)
for(i=0;i<ic->nb_streams;i++) { for(i=0;i<ic->nb_streams;i++) {
AVStream *st; AVStream *st;
st = av_mallocz(sizeof(AVFormatContext)); st = av_mallocz(sizeof(AVStream));
memcpy(st, ic->streams[i], sizeof(AVStream)); memcpy(st, ic->streams[i], sizeof(AVStream));
s->streams[i] = st; s->streams[i] = st;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment