mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-28 05:50:43 +00:00
Merge commit 'eeeb5c291d3f78eaade5b99c2614c7cab0e9be79'
* commit 'eeeb5c291d3f78eaade5b99c2614c7cab0e9be79': vsrc_movie: do not free avoption variables in uninit() Conflicts: libavfilter/src_movie.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
5d509fbdcf
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user