ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinha...@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.rheinha...@gmail.com>
Signed-off-by: James Almer <jamr...@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");
 

_______________________________________________
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

To unsubscribe, visit link above, or email
ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to