Mercurial > libavformat.hg
changeset 4195:89299a4307eb libavformat
remove warnings about uninitialized vars
author | bcoudurier |
---|---|
date | Sun, 11 Jan 2009 10:41:43 +0000 |
parents | 67ab85a3611d |
children | 5fc3729da880 |
files | movenc.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/movenc.c Sun Jan 11 10:36:19 2009 +0000 +++ b/movenc.c Sun Jan 11 10:41:43 2009 +0000 @@ -905,7 +905,7 @@ static int mov_write_hdlr_tag(ByteIOContext *pb, MOVTrack *track) { - const char *descr, *hdlr, *hdlr_type; + const char *hdlr, *descr = NULL, *hdlr_type = NULL; int64_t pos = url_ftell(pb); if (!track) { /* no media --> data handler */