Browse Source

atrac3: switch to av_assert

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n1.0
Michael Niedermayer 13 years ago
parent
commit
2f48dff455
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/atrac3.c

+ 1
- 1
libavcodec/atrac3.c View File

@@ -609,7 +609,7 @@ static void reverseMatrixing(float *su1, float *su2, int *pPrevCode, int *pCurrC
}
break;
default:
assert(0);
av_assert1(0);
}
}
}


Loading…
Cancel
Save