]> git.sesse.net Git - ffmpeg/commit
avcodec/binkaudio: Don't use static storage for context-dependent data
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Fri, 4 Sep 2020 14:16:15 +0000 (16:16 +0200)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Fri, 4 Sep 2020 18:42:10 +0000 (20:42 +0200)
commit2777bae7f2fbb96843bc2d12c9190a12ffdfef55
tree49008a645adf6d786608c7dbd49a4d9bd4ba3096
parentd2308b9237dfce5e05c83bd311835bb74b9d4735
avcodec/binkaudio: Don't use static storage for context-dependent data

Move it to the context instead.

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