Commit 5d509fbd authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit 'eeeb5c29'

* commit 'eeeb5c29':
  vsrc_movie: do not free avoption variables in uninit()

Conflicts:
	libavfilter/src_movie.c
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 8cdea50f eeeb5c29
......@@ -322,7 +322,6 @@ static av_cold void movie_uninit(AVFilterContext *ctx)
if (movie->st[i].st)
avcodec_close(movie->st[i].st->codec);
}
av_freep(&movie->file_name);
av_freep(&movie->st);
av_freep(&movie->out_index);
av_frame_free(&movie->frame);
......
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