diff options
author | Hans Verkuil <hverkuil-cisco@xs4all.nl> | 2020-02-10 12:01:50 +0100 |
---|---|---|
committer | Hans Verkuil <hverkuil-cisco@xs4all.nl> | 2020-02-10 12:01:50 +0100 |
commit | a4d026f062481525c79c256bce386115b88ee1e7 (patch) | |
tree | ae38ab1ea5e578230f95760fa16a77d465bb3c77 /parse-base-block.cpp | |
parent | a8bcfac4f3531612d4622cf51f947417bfe72c57 (diff) |
edid-decode: initialize edid_state in constructor
This makes it possible to do 'state = edid_state();' to
(re-)initialize the state object.
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Diffstat (limited to 'parse-base-block.cpp')
-rw-r--r-- | parse-base-block.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/parse-base-block.cpp b/parse-base-block.cpp index 9685d9e..55c967f 100644 --- a/parse-base-block.cpp +++ b/parse-base-block.cpp @@ -9,7 +9,6 @@ #include <stdio.h> #include <stdlib.h> -#include <string.h> #include <math.h> #include <time.h> |