-
Notifications
You must be signed in to change notification settings - Fork 347
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libmyth/audio/freesurround*: silence -Wshadow
freesurround_decoder.cpp: This was identical to a code block before the if. freesurround.cpp: The fsurround_params constructor is never called explicitly, so just set the default values in the struct definition. Those values are immediately overwritten in the FreeSurround constructor anyways. In FreeSurround::putFrames(), copy the shadowed variables into the places they are used.
- Loading branch information
1 parent
bfe31f3
commit 1bf48b5
Showing
3 changed files
with
8 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters