Revision 4359288c ffplay.c
ffplay.c | ||
---|---|---|
1899 | 1899 |
} |
1900 | 1900 |
the_end: |
1901 | 1901 |
#if CONFIG_AVFILTER |
1902 |
avfilter_graph_free(graph); |
|
1903 |
av_freep(&graph); |
|
1902 |
avfilter_graph_free(&graph); |
|
1904 | 1903 |
#endif |
1905 | 1904 |
av_free(frame); |
1906 | 1905 |
return 0; |
Also available in: Unified diff