[FFmpeg-cvslog] avcodec/hevc_ps: Remove unused-but-set variable

Andreas Rheinhardt git at videolan.org
Sun Jul 3 12:51:08 EEST 2022


ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Tue Jun 28 12:40:55 2022 +0200| [bdaff637234a247ad53015e28692105e6aa1d833] | committer: Andreas Rheinhardt

avcodec/hevc_ps: Remove unused-but-set variable

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bdaff637234a247ad53015e28692105e6aa1d833
---

 libavcodec/hevc_ps.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/libavcodec/hevc_ps.c b/libavcodec/hevc_ps.c
index a955f585d9..0a122a2d6c 100644
--- a/libavcodec/hevc_ps.c
+++ b/libavcodec/hevc_ps.c
@@ -122,7 +122,6 @@ int ff_hevc_decode_short_term_rps(GetBitContext *gb, AVCodecContext *avctx,
     uint8_t rps_predict = 0;
     int delta_poc;
     int k0 = 0;
-    int k1 = 0;
     int k  = 0;
     int i;
 
@@ -172,8 +171,6 @@ int ff_hevc_decode_short_term_rps(GetBitContext *gb, AVCodecContext *avctx,
                 rps->delta_poc[k] = delta_poc;
                 if (delta_poc < 0)
                     k0++;
-                else
-                    k1++;
                 k++;
             }
         }



More information about the ffmpeg-cvslog mailing list