You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02: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:
@@ -322,7 +322,6 @@ static av_cold void movie_uninit(AVFilterContext *ctx)
|
|||||||
if (movie->st[i].st)
|
if (movie->st[i].st)
|
||||||
avcodec_close(movie->st[i].st->codec);
|
avcodec_close(movie->st[i].st->codec);
|
||||||
}
|
}
|
||||||
av_freep(&movie->file_name);
|
|
||||||
av_freep(&movie->st);
|
av_freep(&movie->st);
|
||||||
av_freep(&movie->out_index);
|
av_freep(&movie->out_index);
|
||||||
av_frame_free(&movie->frame);
|
av_frame_free(&movie->frame);
|
||||||
|
Reference in New Issue
Block a user