You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avcodec/hevc_ps: Remove unused-but-set variable
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
@@ -122,7 +122,6 @@ int ff_hevc_decode_short_term_rps(GetBitContext *gb, AVCodecContext *avctx,
|
|||||||
uint8_t rps_predict = 0;
|
uint8_t rps_predict = 0;
|
||||||
int delta_poc;
|
int delta_poc;
|
||||||
int k0 = 0;
|
int k0 = 0;
|
||||||
int k1 = 0;
|
|
||||||
int k = 0;
|
int k = 0;
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
@@ -172,8 +171,6 @@ int ff_hevc_decode_short_term_rps(GetBitContext *gb, AVCodecContext *avctx,
|
|||||||
rps->delta_poc[k] = delta_poc;
|
rps->delta_poc[k] = delta_poc;
|
||||||
if (delta_poc < 0)
|
if (delta_poc < 0)
|
||||||
k0++;
|
k0++;
|
||||||
else
|
|
||||||
k1++;
|
|
||||||
k++;
|
k++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user