Commit 0ac9b1fe authored by al3x's avatar al3x

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2002 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 381275f1
......@@ -321,7 +321,7 @@ static int read_ffserver_streams(AVFormatContext *s, const char *filename)
for(i=0;i<ic->nb_streams;i++) {
AVStream *st;
st = av_mallocz(sizeof(AVFormatContext));
st = av_mallocz(sizeof(AVStream));
memcpy(st, ic->streams[i], sizeof(AVStream));
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