mirror of https://git.ffmpeg.org/ffmpeg.git
Remove unused variable.
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
This commit is contained in:
parent
3b0e242825
commit
812010c17e
|
@ -209,7 +209,6 @@ static int normalize_bits(int num, int width)
|
|||
{
|
||||
int i = 0;
|
||||
int bits = (width) ? 31 : 15;
|
||||
int limit = 1 << (bits - 1);
|
||||
|
||||
if (num) {
|
||||
if (num == -1)
|
||||
|
|
Loading…
Reference in New Issue