]> git.sesse.net Git - ffmpeg/commit
avcodec/wnv1: Move temporary variables from context to stack
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Sat, 29 Aug 2020 15:14:18 +0000 (17:14 +0200)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Sun, 30 Aug 2020 01:05:03 +0000 (03:05 +0200)
commit099bc252c69a6300e7eb03e245c4228703b334f2
tree1b24789485b9178c47cb69749e813e881a5bb342
parent0166b1d1a6d052ef49aba3523d64f3c6d4f26372
avcodec/wnv1: Move temporary variables from context to stack

Here it even leads to the complete removal of the context.

Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavcodec/wnv1.c