mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-13 02:20:07 +01:00
avformat/hashenc: add streamhash muxer
Implemented as a variant of the hash muxer, reusing most functions, and making use of the previously introduced array of hashes. Signed-off-by: Moritz Barsnick <barsnick@gmx.net> Reviewed-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
committed by
Michael Niedermayer
parent
666b427881
commit
2f87c9f646
@@ -393,6 +393,7 @@ extern AVInputFormat ff_srt_demuxer;
|
||||
extern AVOutputFormat ff_srt_muxer;
|
||||
extern AVInputFormat ff_str_demuxer;
|
||||
extern AVInputFormat ff_stl_demuxer;
|
||||
extern AVOutputFormat ff_streamhash_muxer;
|
||||
extern AVInputFormat ff_subviewer1_demuxer;
|
||||
extern AVInputFormat ff_subviewer_demuxer;
|
||||
extern AVInputFormat ff_sup_demuxer;
|
||||
|
||||
Reference in New Issue
Block a user