From c7e8187d9d60a61a05f5788e502ec2baf02c7e10 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 7 Dec 2011 11:30:07 +0100 Subject: [PATCH] avformat/utils: Drop unused goto label. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit libavformat/utils.c:2165:2: warning: label ‘fail’ defined but not used --- libavformat/utils.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavformat/utils.c b/libavformat/utils.c index ea075e7..1df042f 100644 --- a/libavformat/utils.c +++ b/libavformat/utils.c @@ -2162,7 +2162,6 @@ static int try_decode_frame(AVStream *st, AVPacket *avpkt, AVDictionary **option pkt.size -= ret; } } - fail: return ret; } -- 2.7.4