summaryrefslogtreecommitdiffstats
path: root/src/AVTEDIInput.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/AVTEDIInput.cpp')
-rw-r--r--src/AVTEDIInput.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AVTEDIInput.cpp b/src/AVTEDIInput.cpp
index 591fe43..72c4f09 100644
--- a/src/AVTEDIInput.cpp
+++ b/src/AVTEDIInput.cpp
@@ -297,7 +297,7 @@ bool AVTEDIInput::_pushAF(uint8_t* buf, size_t length, bool checked)
if (ok) {
// Extract the first stream and FrameCount from AF
int tagIndex = index;
- uint32_t frameCount;
+ uint32_t frameCount = 0;
bool frameCountFound = false;
int est0Index = 0;
size_t est0Length = 0;