]> git.ipfire.org Git - thirdparty/tvheadend.git/commit
Update buffer size for h264 and hevc
authorOvaron <ovaron@myovaron.de>
Thu, 10 Feb 2022 20:51:21 +0000 (21:51 +0100)
committerFlole998 <Flole998@users.noreply.github.com>
Sat, 12 Feb 2022 18:30:59 +0000 (19:30 +0100)
commitf90831c015889b5430602b34ba224358243540b5
treea6b4f7fd5039f33e26ac38463173b35c8b79fa32
parent39b93710b5b88b1681516f4cf56d22804d5a6766
Update buffer size for h264 and hevc

Increased buffer for h264 and hevc transcoding (from ((self->bit_rate) * 1000) * 2 to ((self->bit_rate) * 1000) * 3).
With bigger buffer picture creates less artefacts on lower bitrates.
src/transcoding/codec/codecs/libs/vaapi.c