summaryrefslogtreecommitdiff
path: root/src/lib/ffmpeg_content.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-02-05 14:52:23 +0000
committerCarl Hetherington <cth@carlh.net>2014-02-05 14:52:23 +0000
commitd8a2e55855b50eda28ec7d394449274f5e085bd6 (patch)
tree9d3110b4c306a80800259b6fd4b9045531e17064 /src/lib/ffmpeg_content.h
parentebe451c248c3accd1a564bcad5eabf9d32a971f3 (diff)
Fix some coverity-reported stuff.
Diffstat (limited to 'src/lib/ffmpeg_content.h')
-rw-r--r--src/lib/ffmpeg_content.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/ffmpeg_content.h b/src/lib/ffmpeg_content.h
index 7ff159b85..b1f2abcea 100644
--- a/src/lib/ffmpeg_content.h
+++ b/src/lib/ffmpeg_content.h
@@ -86,6 +86,8 @@ private:
/* Constructor for tests */
FFmpegAudioStream ()
: FFmpegStream ("", 0)
+ , frame_rate (0)
+ , channels (0)
, mapping (1)
{}
};