forked from FFmpeg/FFmpeg
avcodec/hevc_ps: remove a unused variable
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
fe103ee61f
commit
246bec23a9
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue