aboutsummaryrefslogtreecommitdiffstats
path: root/tests/fate
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2020-09-13 03:15:29 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2020-09-17 00:09:08 +0200
commitef6c52f3c56ffdefb6c1f108b583b60657ff0bfc (patch)
tree936b4e60a5ca41db174978e5cbd18d1d54f7d7d0 /tests/fate
parent30620956ff7d1cf0f42846847d44e739bf094540 (diff)
downloadffmpeg-ef6c52f3c56ffdefb6c1f108b583b60657ff0bfc.tar.gz
avcodec/svq3: Avoid overhead of AVBuffer API
Up until now, the SVQ3 decoder allocated several refcounted buffers, despite no sharing/refcounting happening at all: Their refcount never exceeds one and they are treated like ordinary buffers (with the exception that the pointer used to access them is in the middle of the allocated buffer, but this does not warrant using the AVBuffer API at all). Given that using the AVBuffer API incurs overhead, it is no longer used at all. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'tests/fate')
0 files changed, 0 insertions, 0 deletions