]> git.sesse.net Git - ffmpeg/commit
avformat/hashenc: rearrange options definition
authorMoritz Barsnick <barsnick@gmx.net>
Thu, 12 Sep 2019 09:23:04 +0000 (11:23 +0200)
committerMichael Niedermayer <michael@niedermayer.cc>
Fri, 20 Sep 2019 21:26:34 +0000 (23:26 +0200)
commitd214f216110f3af9be3b6af2ed5ca285ffe3bda3
treea09637b0ed3af1a9433a1477620be3140510ce89
parente6018fda14d7cfe2c890fb336c9264c4ea0b6c5c
avformat/hashenc: rearrange options definition

Only the frame* muxers support the format_version option.
Use macros to ease the proliferation of identical options to
coming muxers as well.

Signed-off-by: Moritz Barsnick <barsnick@gmx.net>
Reviewed-by: James Almer <jamrial@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavformat/hashenc.c