Skip to content

Commit

Permalink
AudioReencodeBuffer: Remove m_bits which isn't used anywhere
Browse files Browse the repository at this point in the history
Refs Coverity ID 746889
  • Loading branch information
Paul Harrison committed Jun 12, 2013
1 parent 54328bd commit b0b668d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mythtv/programs/mythtranscode/audioreencodebuffer.h
Expand Up @@ -67,7 +67,6 @@ class AudioReencodeBuffer : public AudioOutput
virtual int readOutputData(unsigned char*, int ) { return 0; }

int m_channels;
int m_bits;
int m_bytes_per_frame;
int m_eff_audiorate;
long long m_last_audiotime;
Expand Down

0 comments on commit b0b668d

Please sign in to comment.