[FFmpeg-cvslog] avformat/westwood_audenc: Remove unused variable
Andreas Rheinhardt
git at videolan.org
Mon Apr 26 17:49:16 EEST 2021
ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Mon Apr 26 14:49:35 2021 +0200| [cc7943e80329524b41672ab68f8bdf758c4e5551] | committer: Andreas Rheinhardt
avformat/westwood_audenc: Remove unused variable
Reviewed-by: Zane van Iperen <zane at zanevaniperen.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cc7943e80329524b41672ab68f8bdf758c4e5551
---
libavformat/westwood_audenc.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/libavformat/westwood_audenc.c b/libavformat/westwood_audenc.c
index 490f2ee260..e5a6e644fc 100644
--- a/libavformat/westwood_audenc.c
+++ b/libavformat/westwood_audenc.c
@@ -73,7 +73,6 @@ static int wsaud_write_header(AVFormatContext *ctx)
AVStream *st = ctx->streams[0];
AVIOContext *pb = ctx->pb;
AUDMuxContext *a = ctx->priv_data;
- int ret;
unsigned char flags = 0;
a->uncomp_size = 0;
More information about the ffmpeg-cvslog
mailing list