[FFmpeg-devel] [PATCH 2/2] avformat/westwood_audenc: Remove unused variable
Andreas Rheinhardt
andreas.rheinhardt at outlook.com
Mon Apr 26 16:03:47 EEST 2021
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
---
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;
--
2.27.0
More information about the ffmpeg-devel
mailing list