Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndriy Gelman <andriy.gelman@gmail.com>2019-09-22 07:17:29 +0300
committerJames Almer <jamrial@gmail.com>2019-09-26 17:20:14 +0300
commit80e1c93c87f12e8ad8a2a37b0976204fddeaccc5 (patch)
treea910eeda14a0a0754dc1563dc2e853daee7c8863 /libswresample
parent9b611deef176029750a498fe2369b4e7c7d0ffd6 (diff)
avcodec/hevc_ps: Remove dead code in vps_id check
Since reading 4 bits always returns a value in the range [0, 15], the check for vps_id >= HEVC_MAX_VPS_COUNT, where HEVC_MAX_VPS_COUNT = 16, is redundant. Signed-off-by: Andriy Gelman <andriy.gelman@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libswresample')
0 files changed, 0 insertions, 0 deletions