Browse Source

avformat/img2enc: remove unused variable

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
tags/n3.0
Michael Niedermayer 10 years ago
parent
commit
b4018544fb
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavformat/img2enc.c

+ 0
- 1
libavformat/img2enc.c View File

@@ -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…
Cancel
Save