Browse Source

avcodec/cbs_av1_syntax_template: Remove unused variable

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Signed-off-by: James Almer <jamrial@gmail.com>
tags/n4.3
Andreas Rheinhardt James Almer 5 years ago
parent
commit
1ab302da6e
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavcodec/cbs_av1_syntax_template.c

+ 0
- 1
libavcodec/cbs_av1_syntax_template.c View File

@@ -20,7 +20,6 @@ static int FUNC(obu_header)(CodedBitstreamContext *ctx, RWContext *rw,
AV1RawOBUHeader *current) AV1RawOBUHeader *current)
{ {
int err; int err;
av_unused int zero = 0;


HEADER("OBU header"); HEADER("OBU header");




Loading…
Cancel
Save