Skip to content

Commit

Permalink
Remove unused FreeSurround class member
Browse files Browse the repository at this point in the history
Coverity-Id: 700822
  • Loading branch information
jyavenard committed Jun 21, 2013
1 parent 14d3b0d commit 33850ed
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions mythtv/libs/libmythfreesurround/freesurround.cpp
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -136,8 +136,6 @@ int channel_select = -1;


FreeSurround::FreeSurround(uint srate, bool moviemode, SurroundMode smode) : FreeSurround::FreeSurround(uint srate, bool moviemode, SurroundMode smode) :
srate(srate), srate(srate),
open_(false),
initialized_(false),
bufs(NULL), bufs(NULL),
decoder(0), decoder(0),
in_count(0), in_count(0),
Expand Down
3 changes: 0 additions & 3 deletions mythtv/libs/libmythfreesurround/freesurround.h
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -75,10 +75,7 @@ class FreeSurround
uint srate; uint srate;


// info about the current setup // info about the current setup
bool open_; // whether a stream is currently open
bool initialized_; // whether the thing is intialized
struct buffers *bufs; // our buffers struct buffers *bufs; // our buffers
struct int16buffers *int16bufs; // our buffers
class fsurround_decoder *decoder; // the surround decoder class fsurround_decoder *decoder; // the surround decoder
int in_count; // amount in lt,rt int in_count; // amount in lt,rt
int out_count; // amount in output bufs int out_count; // amount in output bufs
Expand Down

0 comments on commit 33850ed

Please sign in to comment.