mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-04 06:08:26 +02:00
avformat/img2enc: remove unused variable
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
0eb4092c1b
commit
b4018544fb
@ -51,7 +51,6 @@ static int write_header(AVFormatContext *s)
|
||||
VideoMuxData *img = s->priv_data;
|
||||
AVStream *st = s->streams[0];
|
||||
const AVPixFmtDescriptor *desc = av_pix_fmt_desc_get(st->codec->pix_fmt);
|
||||
const char *proto = avio_find_protocol_name(s->filename);
|
||||
|
||||
av_strlcpy(img->path, s->filename, sizeof(img->path));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user