mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-14 11:00:08 +01:00
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:
committed by
James Almer
parent
c461500c5e
commit
1ab302da6e
@@ -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");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user