]> git.sesse.net Git - ffmpeg/commit
avcodec/rl: Remove nonstatic storage of RL tables
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Tue, 8 Dec 2020 18:44:02 +0000 (19:44 +0100)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Thu, 31 Dec 2020 09:53:42 +0000 (10:53 +0100)
commit1ead0c6388ba7f74ccb0c3e991a49600c92c877e
treec377c583149988c4dfb01f5a6a2c0a74b639545e
parent477dd2df60e6419ad8776a9865c421e8d42f68fe
avcodec/rl: Remove nonstatic storage of RL tables

ff_rl_free() was added in 324e50ee95929a9491b855c5e15451145bd5d1ec,
but never used; nonstatic storage was not used long before that.

Reviewed-by: Anton Khirnov <anton@khirnov.net>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavcodec/rl.c
libavcodec/rl.h