[FFmpeg-cvslog] avformat/utils: Drop unused goto label.

Diego Biurrun git at videolan.org
Thu Dec 8 00:31:49 CET 2011


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Wed Dec  7 11:30:07 2011 +0100| [c7e8187d9d60a61a05f5788e502ec2baf02c7e10] | committer: Diego Biurrun

avformat/utils: Drop unused goto label.

libavformat/utils.c:2165:2: warning: label ‘fail’ defined but not used

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

 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;
 }
 



More information about the ffmpeg-cvslog mailing list