1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-15 14:13:16 +02:00

avcodec/hevc_ps: remove a unused variable

Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
James Almer
2023-05-28 23:24:51 -03:00
parent fe103ee61f
commit 246bec23a9

View File

@@ -856,7 +856,7 @@ int ff_hevc_parse_sps(HEVCSPS *sps, GetBitContext *gb, unsigned int *sps_id,
HEVCWindow *ow; HEVCWindow *ow;
int ret = 0; int ret = 0;
int bit_depth_chroma, start, num_comps; int bit_depth_chroma, start, num_comps;
int i, j; int i;
// Coded parameters // Coded parameters