summaryrefslogtreecommitdiff
path: root/libavformat/westwood_audenc.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-04-26 14:49:35 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-04-26 16:46:37 +0200
commitcc7943e80329524b41672ab68f8bdf758c4e5551 (patch)
tree48efa6341ec47787be8aca0f4957906baccca9b6 /libavformat/westwood_audenc.c
parenta64d4de0d44a07bcea49f24c2a8a972954e81d0a (diff)
avformat/westwood_audenc: Remove unused variable
Reviewed-by: Zane van Iperen <zane@zanevaniperen.com> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavformat/westwood_audenc.c')
-rw-r--r--libavformat/westwood_audenc.c1
1 files changed, 0 insertions, 1 deletions
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;