From 7845c13881979494db766f67ca9a0cd1fbe1f0fa Mon Sep 17 00:00:00 2001 From: Marton Balint Date: Wed, 5 Oct 2016 00:32:48 +0200 Subject: lavfi/sidedata: add filter for manipulating frame side data 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 --- Changelog | 1 + 1 file changed, 1 insertion(+) (limited to 'Changelog') diff --git a/Changelog b/Changelog index 0da009c738..32f0bd41b4 100644 --- a/Changelog +++ b/Changelog @@ -36,6 +36,7 @@ version : - extended mov edit list support - libfaac encoder removed - Matroska muxer now writes CRC32 elements by default in all Level 1 elements +- sidedata video and asidedata audio filter version 3.1: -- cgit v1.2.3