git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4918620
)
initialize AVFormatContext before calling av_write_header()
author
Aurelien Jacobs
<aurel@gnuage.org>
Fri, 9 Jan 2009 20:03:53 +0000
(20:03 +0000)
committer
Aurelien Jacobs
<aurel@gnuage.org>
Fri, 9 Jan 2009 20:03:53 +0000
(20:03 +0000)
Originally committed as revision 16505 to svn://svn.ffmpeg.org/ffmpeg/trunk
ffserver.c
patch
|
blob
|
history
diff --git
a/ffserver.c
b/ffserver.c
index
665c231
..
23bb64c
100644
(file)
--- a/
ffserver.c
+++ b/
ffserver.c
@@
-3507,7
+3507,7
@@
static void build_feed_streams(void)
}
}
if (!url_exist(feed->feed_filename)) {
- AVFormatContext s1, *s = &s1;
+ AVFormatContext s1
= {0}
, *s = &s1;
if (feed->readonly) {
http_log("Unable to create feed file '%s' as it is marked readonly\n",