diff options
author | Andriy Gelman <andriy.gelman@gmail.com> | 2019-09-22 00:17:29 -0400 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2019-09-26 11:20:14 -0300 |
commit | 80e1c93c87f12e8ad8a2a37b0976204fddeaccc5 (patch) | |
tree | a910eeda14a0a0754dc1563dc2e853daee7c8863 /libavcodec/rv34dsp.c | |
parent | 9b611deef176029750a498fe2369b4e7c7d0ffd6 (diff) | |
download | ffmpeg-80e1c93c87f12e8ad8a2a37b0976204fddeaccc5.tar.gz |
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 'libavcodec/rv34dsp.c')
0 files changed, 0 insertions, 0 deletions