diff options
author | 2020-04-08 17:10:21 +0200 | |
---|---|---|
committer | 2020-04-08 11:10:21 -0400 | |
commit | e9f6bd8d019ee808f592f0fce846dba3b129ebed (patch) | |
tree | 3499aa6f0631f0bbdfdfc17a213b2f16ef47adb2 /src/lib/util/avhuff.cpp | |
parent | efceabc768ceacdaa6d88ff9eb23f909efc1723a (diff) |
Revert "fixed some modernize-use-equals-default clang-tidy warnings (… (#6360)
* Revert "fixed some modernize-use-equals-default clang-tidy warnings (nw)"
This reverts commit 54486ab9
* fixed merge error
Diffstat (limited to 'src/lib/util/avhuff.cpp')
-rw-r--r-- | src/lib/util/avhuff.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/lib/util/avhuff.cpp b/src/lib/util/avhuff.cpp index 73a41df50d7..50eea9f24dc 100644 --- a/src/lib/util/avhuff.cpp +++ b/src/lib/util/avhuff.cpp @@ -679,6 +679,18 @@ uint16_t *avhuff_encoder::deltarle_encoder::rle_and_histo_bitmap(const uint8_t * //************************************************************************** /** + * @fn avhuff_decoder::avhuff_decoder() + * + * @brief ------------------------------------------------- + * avhuff_decoder - constructor + * -------------------------------------------------. + */ + +avhuff_decoder::avhuff_decoder() +{ +} + +/** * @fn void avhuff_decoder::configure(const avhuff_decompress_config &config) * * @brief ------------------------------------------------- |