avformat/westwood_audenc: Remove unused variable

Reviewed-by: Zane van Iperen <zane@zanevaniperen.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
pull/362/head
Andreas Rheinhardt 4 years ago
parent a64d4de0d4
commit cc7943e803
  1. 1
      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;

Loading…
Cancel
Save