lavfi: add const to the AVFilter parameter of avfilter_graph_create_filter()
authorAnton Khirnov <anton@khirnov.net>
Fri, 14 Jun 2013 16:14:33 +0000 (18:14 +0200)
committerAnton Khirnov <anton@khirnov.net>
Sun, 4 Aug 2013 13:46:19 +0000 (15:46 +0200)
commit77cc958f60f73963be4281d6e82ef81707e40c26
tree702082f7a923e7e9d48f8efa1286bb876ca84c8d
parent6da5b57da11bbbece47bec2885100353a6cfa280
lavfi: add const to the AVFilter parameter of avfilter_graph_create_filter()

This function should never modify the filter.
libavfilter/avfilter.h
libavfilter/avfiltergraph.c