diff mbox series

[FFmpeg-devel,2/2] avformat/westwood_audenc: Remove unused variable

Message ID HE1PR0301MB215409E9BBCDFD98B6A6A9E28F429@HE1PR0301MB2154.eurprd03.prod.outlook.com
State Accepted
Commit cc7943e80329524b41672ab68f8bdf758c4e5551
Headers show
Series [FFmpeg-devel,1/2] avformat/westwood_audenc: Check for, not assert on invalid data | expand

Checks

Context Check Description
andriy/x86_make success Make finished
andriy/x86_make_fate success Make fate finished
andriy/PPC64_make success Make finished
andriy/PPC64_make_fate success Make fate finished

Commit Message

Andreas Rheinhardt April 26, 2021, 1:03 p.m. UTC
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
---
 libavformat/westwood_audenc.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

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;