Commit c7e8187d authored by Diego Biurrun's avatar Diego Biurrun

avformat/utils: Drop unused goto label.

libavformat/utils.c:2165:2: warning: label ‘fail’ defined but not used
parent ff159e78
......@@ -2162,7 +2162,6 @@ static int try_decode_frame(AVStream *st, AVPacket *avpkt, AVDictionary **option
pkt.size -= ret;
}
}
fail:
return ret;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment