You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02: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:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user