summaryrefslogtreecommitdiff
path: root/libavcodec/cbs_av1_syntax_template.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2019-11-18 08:47:59 +0100
committerJames Almer <jamrial@gmail.com>2020-01-24 20:03:47 -0300
commit1ab302da6ef958f2344d2b6d88cc28f56c86b0a2 (patch)
tree053615572ab343e908e052e05b165dc2d11d6fc6 /libavcodec/cbs_av1_syntax_template.c
parentc461500c5ec0ca6cf3de40adecf685a07dc52202 (diff)
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>
Diffstat (limited to 'libavcodec/cbs_av1_syntax_template.c')
-rw-r--r--libavcodec/cbs_av1_syntax_template.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/cbs_av1_syntax_template.c b/libavcodec/cbs_av1_syntax_template.c
index f830fb1517..b62e07fb11 100644
--- a/libavcodec/cbs_av1_syntax_template.c
+++ b/libavcodec/cbs_av1_syntax_template.c
@@ -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");