On Thu, 6 Oct 2016, Marton Balint wrote:
This is a similar filter to f_metadata, only it works on side data. Since adding side data from a user provided arbitrary binary string is unsafe, because current code assumes that a side data of a certain kind has the proper size, this filter only implements selection and deletion. Also, no value matching support is implemented yet, because there is no uniform way to specify a side data textually. Signed-off-by: Marton Balint <c...@passwd.hu> --- Changelog | 1 + doc/filters.texi | 30 ++++++++ libavfilter/Makefile | 2 + libavfilter/allfilters.c | 2 + libavfilter/f_sidedata.c | 181 +++++++++++++++++++++++++++++++++++++++++++++++ libavfilter/version.h | 2 +- 6 files changed, 217 insertions(+), 1 deletion(-) create mode 100644 libavfilter/f_sidedata.c
I will apply this in a day or two. Regards, Marton _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel