[FFmpeg-devel] [PATCH] avformat/hashenc: add an option to create a hash per stream
Moritz Barsnick
barsnick at gmx.net
Sun Aug 11 15:47:52 EEST 2019
This patchset adds an option to the non-frame based hash muxers to create a
hash per stream. (The frame based muxers already do that.)
The first patch prepares by replacing the hash variable by an array of hashes
(using only the first item). The second one rearranges tho options, which
were a bit incorrect anyway. The third one adds the actual functionality,
the fourth one reindents.
Probably okay to squash, whatever the maintainers feel most appropriate.
Moritz Barsnick (4):
avformat/hashenc: use an array of hashes
avformat/hashenc: rearrange options definition
avformat/hashenc: add option to create hash per stream
avformat/hashenc: reindent after previous commit
doc/muxers.texi | 5 ++
libavformat/hashenc.c | 122 +++++++++++++++++++++++++++++-------------
2 files changed, 91 insertions(+), 36 deletions(-)
--
2.20.1
More information about the ffmpeg-devel
mailing list