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>
This commit is contained in:
Andreas Rheinhardt 2019-11-18 08:47:59 +01:00 committed by James Almer
parent c461500c5e
commit 1ab302da6e
1 changed files with 0 additions and 1 deletions

View File

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