[FFmpeg-cvslog] avformat/img2enc: remove unused variable

Michael Niedermayer git at videolan.org
Sun Feb 14 21:33:42 CET 2016


ffmpeg | branch: master | Michael Niedermayer <michael at niedermayer.cc> | Sun Feb 14 21:30:53 2016 +0100| [b4018544fbbcb3581d31866d82bc7f8ff3da4b2a] | committer: Michael Niedermayer

avformat/img2enc: remove unused variable

Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b4018544fbbcb3581d31866d82bc7f8ff3da4b2a
---

 libavformat/img2enc.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/libavformat/img2enc.c b/libavformat/img2enc.c
index db235fb..ebbac2b 100644
--- a/libavformat/img2enc.c
+++ b/libavformat/img2enc.c
@@ -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));
 



More information about the ffmpeg-cvslog mailing list