mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
avcodec/hevc_ps: remove a unused variable
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
fe103ee61f
commit
246bec23a9
@ -856,7 +856,7 @@ int ff_hevc_parse_sps(HEVCSPS *sps, GetBitContext *gb, unsigned int *sps_id,
|
||||
HEVCWindow *ow;
|
||||
int ret = 0;
|
||||
int bit_depth_chroma, start, num_comps;
|
||||
int i, j;
|
||||
int i;
|
||||
|
||||
// Coded parameters
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user