nice
On Tue, Mar 25, 2014 at 10:49 AM, Vittorio Giovara < [email protected]> wrote: > --- > avconv_opt.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/avconv_opt.c b/avconv_opt.c > index 7bc41c9..1c10f33 100644 > --- a/avconv_opt.c > +++ b/avconv_opt.c > @@ -1301,7 +1301,7 @@ static int copy_chapters(InputFile *ifile, > OutputFile *ofile, int copy_metadata) > static void init_output_filter(OutputFilter *ofilter, OptionsContext *o, > AVFormatContext *oc) > { > - OutputStream *ost; > + OutputStream *ost = NULL; > > switch > (avfilter_pad_get_type(ofilter->out_tmp->filter_ctx->output_pads, > ofilter->out_tmp->pad_idx)) { > @@ -1669,7 +1669,7 @@ loop_end: > > /* process manually set metadata */ > for (i = 0; i < o->nb_metadata; i++) { > - AVDictionary **m; > + AVDictionary **m = NULL; > char type, *val; > const char *stream_spec; > int index = 0, j, ret; > -- > 1.8.3.4 (Apple Git-47) > > _______________________________________________ > libav-devel mailing list > [email protected] > https://lists.libav.org/mailman/listinfo/libav-devel > _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
