summaryrefslogtreecommitdiff
path: root/libavformat/movenccenc.h
Commit message (Collapse)AuthorAge
* movenc: support cenc (common encryption)erankor2015-12-15
support writing encrypted mp4 using aes-ctr, conforming to ISO/IEC 23001-7. 3 new parameters were added: - encryption_scheme - allowed values are none (default) and cenc-aes-ctr - encryption_key - 128 bit encryption key (hex) - encryption_kid - 128 bit encryption key identifier (hex) Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>