aboutsummaryrefslogtreecommitdiff
path: root/libavformat/rtmpdigest.c
AgeCommit message (Collapse)Author
2017-10-21Merge commit 'b864230c49089b087eef56988a3d6a784f6f9827'James Almer
* commit 'b864230c49089b087eef56988a3d6a784f6f9827': rtmp: Move RTMP digest calculation to a separate file Merged-by: James Almer <jamrial@gmail.com>
2017-03-20rtmp: Move RTMP digest calculation to a separate fileDiego Biurrun
The rtmpcrypt protocol requires it.