[FFmpeg-cvslog] avcodec/cbs_av1_syntax_template: Remove unused variable

Andreas Rheinhardt git at videolan.org
Sat Jan 25 01:05:29 EET 2020


ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at gmail.com> | Mon Nov 18 08:47:59 2019 +0100| [1ab302da6ef958f2344d2b6d88cc28f56c86b0a2] | committer: James Almer

avcodec/cbs_av1_syntax_template: Remove unused variable

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at gmail.com>
Signed-off-by: James Almer <jamrial at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1ab302da6ef958f2344d2b6d88cc28f56c86b0a2
---

 libavcodec/cbs_av1_syntax_template.c | 1 -
 1 file changed, 1 deletion(-)

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");
 



More information about the ffmpeg-cvslog mailing list