diff options
author | Marton Balint <cus@passwd.hu> | 2016-10-05 00:32:48 +0200 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2016-10-13 23:01:53 +0200 |
commit | 7845c13881979494db766f67ca9a0cd1fbe1f0fa (patch) | |
tree | 793499f412cde8621a39a1c86ebc080f6b1299d5 /Changelog | |
parent | 7a65aef00d113a38e0d1a54df49eead9df6aa15c (diff) | |
download | ffmpeg-7845c13881979494db766f67ca9a0cd1fbe1f0fa.tar.gz |
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 <cus@passwd.hu>
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -36,6 +36,7 @@ version <next>: - 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: |