diff options
author | 2020-01-31 03:45:34 +0100 | |
---|---|---|
committer | 2020-01-30 21:45:34 -0500 | |
commit | 4a102057779ece1b11431ff0b7787249ce0ad3ad (patch) | |
tree | e4911a5cb1a4286dd1547213c4f5eaf993b6adf4 /src/lib/util/avhuff.cpp | |
parent | 059243f68ec0c2e327a3105a9480f50e5e0b4abf (diff) |
fixed some modernize-use-equals-default clang-tidy warnings (nw) (#6237)
Diffstat (limited to 'src/lib/util/avhuff.cpp')
-rw-r--r-- | src/lib/util/avhuff.cpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/lib/util/avhuff.cpp b/src/lib/util/avhuff.cpp index 50eea9f24dc..73a41df50d7 100644 --- a/src/lib/util/avhuff.cpp +++ b/src/lib/util/avhuff.cpp @@ -679,18 +679,6 @@ 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 ------------------------------------------------- |