Browse Source

avformat/utils: Drop unused goto label.

libavformat/utils.c:2165:2: warning: label ‘fail’ defined but not used
tags/n0.9
Diego Biurrun 13 years ago
parent
commit
c7e8187d9d
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavformat/utils.c

+ 0
- 1
libavformat/utils.c View File

@@ -2162,7 +2162,6 @@ static int try_decode_frame(AVStream *st, AVPacket *avpkt, AVDictionary **option
pkt.size -= ret;
}
}
fail:
return ret;
}



Loading…
Cancel
Save