mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
avformat/westwood_audenc: Remove unused variable
Reviewed-by: Zane van Iperen <zane@zanevaniperen.com> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
a64d4de0d4
commit
cc7943e803
@ -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…
Reference in New Issue
Block a user