From 6ff15cd569e1345bc3612fb69ad3003b104fe50d Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 14 Feb 2013 12:42:57 +0100 Subject: Remove unreachable returns --- libavformat/nutenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/nutenc.c') diff --git a/libavformat/nutenc.c b/libavformat/nutenc.c index 7234cd9ee0..8977e7265d 100644 --- a/libavformat/nutenc.c +++ b/libavformat/nutenc.c @@ -93,7 +93,7 @@ static int find_expected_header(AVCodecContext *c, int size, int key_frame, header |= (bitrate_index & 1) << 9; return 2; //FIXME actually put the needed ones in build_elision_headers() - return 3; //we guess that the private bit is not set + //return 3; //we guess that the private bit is not set //FIXME the above assumptions should be checked, if these turn out false too often something should be done } return 0; -- cgit v1.2.3