avutil/tests/adler32: Remove unnecessary volatile
And use an ordinary stack variable. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
f0a7db12a2
commit
98cef1ebbe
@ -27,12 +27,11 @@
|
|||||||
|
|
||||||
#define LEN 7001
|
#define LEN 7001
|
||||||
|
|
||||||
static volatile int checksum;
|
|
||||||
|
|
||||||
int main(int argc, char **argv)
|
int main(int argc, char **argv)
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
uint8_t data[LEN];
|
uint8_t data[LEN];
|
||||||
|
AVAdler checksum;
|
||||||
|
|
||||||
av_log_set_level(AV_LOG_DEBUG);
|
av_log_set_level(AV_LOG_DEBUG);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user