mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-01 04:12:14 +00:00
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
|
||||
|
||||
static volatile int checksum;
|
||||
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
int i;
|
||||
uint8_t data[LEN];
|
||||
AVAdler checksum;
|
||||
|
||||
av_log_set_level(AV_LOG_DEBUG);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user