On Wed, Dec 07, 2011 at 11:30:07AM +0100, Diego Biurrun wrote: > libavformat/utils.c:2165:2: warning: label ‘fail’ defined but not used > --- > libavformat/utils.c | 1 - > 1 files changed, 0 insertions(+), 1 deletions(-) > > 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; > } > > --
looks OK _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
