> 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/
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