You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-04-24 04:44:54 +02:00
da9a6d51f5
This commit introduces new options to support more than one decryption keys: * add a decryption_keys option to MOV, that supports a dictionary of KID=>key (in hex), using AV_OPT_TYPE_DICT * add the corresponding cenc_decryption_keys option to DASH Signed-off-by: Kacper Michajłow <kasper93@gmail.com>