Skip to content

Commit

Permalink
Merge pull request xbmc#6252 from tobbi/coverity_1262429
Browse files Browse the repository at this point in the history
[coverity] fix for #1262429
  • Loading branch information
fritsch committed Jan 22, 2015
2 parents c5f67b5 + eced0ba commit 0aac4fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xbmc/cores/dvdplayer/DVDDemuxers/DVDDemuxCC.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ bool reorder_sort (CCaptionBlock *lhs, CCaptionBlock *rhs)
CDVDDemuxCC::CDVDDemuxCC(AVCodecID codec)
{
m_hasData = false;
m_curPts = 0;
m_ccDecoder = NULL;
m_codec = codec;
}
Expand Down

0 comments on commit 0aac4fd

Please sign in to comment.