]> git.sesse.net Git - ffmpeg/commitdiff
avformat/westwood_audenc: Remove unused variable
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>
Mon, 26 Apr 2021 12:49:35 +0000 (14:49 +0200)
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>
Mon, 26 Apr 2021 14:46:37 +0000 (16:46 +0200)
Reviewed-by: Zane van Iperen <zane@zanevaniperen.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
libavformat/westwood_audenc.c

index 490f2ee26061940984f00fba55745ee46eac1295..e5a6e644fc0c1c5ef25aad0b069a13b0a87724e1 100644 (file)
@@ -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;