Revision 97dd1e4a ffmpeg.c
ffmpeg.c | ||
---|---|---|
2628 | 2628 |
} |
2629 | 2629 |
#if CONFIG_AVFILTER |
2630 | 2630 |
if (graph) { |
2631 |
avfilter_graph_destroy(graph);
|
|
2631 |
avfilter_graph_free(graph);
|
|
2632 | 2632 |
av_freep(&graph); |
2633 | 2633 |
} |
2634 | 2634 |
#endif |
Also available in: Unified diff