Revision 4359288c ffmpeg.c
ffmpeg.c | ||
---|---|---|
2698 | 2698 |
} |
2699 | 2699 |
} |
2700 | 2700 |
#if CONFIG_AVFILTER |
2701 |
if (graph) { |
|
2702 |
avfilter_graph_free(graph); |
|
2703 |
av_freep(&graph); |
|
2704 |
} |
|
2701 |
avfilter_graph_free(&graph); |
|
2705 | 2702 |
#endif |
2706 | 2703 |
|
2707 | 2704 |
/* finished ! */ |
Also available in: Unified diff