Skip to content

Commit

Permalink
Initialize some pointers before using them (caught by cppcheck).
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-kristjansson committed Dec 4, 2012
1 parent 18c6039 commit 34c9eea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mythtv/libs/libmythtv/avformatwriter.cpp
Expand Up @@ -46,6 +46,8 @@ AVFormatWriter::AVFormatWriter()
m_videoStream(NULL), m_avVideoCodec(NULL),
m_audioStream(NULL), m_avAudioCodec(NULL),
m_picture(NULL), m_tmpPicture(NULL),
m_pkt(NULL), m_audPicture(NULL),
m_audPkt(NULL),
m_videoOutBuf(NULL),
m_audioOutBuf(NULL), m_audioOutBufSize(0),
m_audioFltBuf(NULL)
Expand Down

0 comments on commit 34c9eea

Please sign in to comment.