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

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to