We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 880a55b commit 342e79fCopy full SHA for 342e79f
2 files changed
src/modules/avformat/filter_avfilter.c
@@ -1061,7 +1061,9 @@ static void filter_close(mlt_filter filter)
1061
avfilter_graph_free(&pdata->avfilter_graph);
1062
av_frame_free(&pdata->avinframe);
1063
av_frame_free(&pdata->avoutframe);
1064
+#if HAVE_FFMPEG_CH_LAYOUT
1065
av_channel_layout_uninit(&pdata->ch_layout);
1066
+#endif
1067
free(pdata);
1068
}
1069
filter->child = NULL;
src/modules/avformat/link_avfilter.c
@@ -1169,7 +1169,9 @@ static void link_close(mlt_link self)
1169
1170
1171
1172
1173
1174
1175
1176
1177
self->close = NULL;
0 commit comments