Re: [Live-devel] Possible bug report, and a question

2012-09-04 Thread Ross Finlayson
> In liveMedia/MP3Internals.cpp, in the member function > MP3FrameParams::getSideInfo(MP3SideInfo&), there's a var declared named > i_stereo. > > It gets initialized, but never used. Yes, that variable doesn't need to be there. Thanks. Ross Finlayson Live Networks, Inc. http://www.live555.com/

[Live-devel] Possible bug report, and a question

2012-09-04 Thread owen
I've found a possible 'bug' that might just be an extra variable decl, but might be a cut'n'paste bug. In liveMedia/MP3Internals.cpp, in the member function MP3FrameParams::getSideInfo(MP3SideInfo&), there's a var declared named i_stereo. It gets initialized, but never used. It looks like it mig