summaryrefslogtreecommitdiff
path: root/libavformat/nutenc.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2013-02-14 12:42:57 +0100
committerDiego Biurrun <diego@biurrun.de>2013-07-27 16:00:41 +0200
commit6ff15cd569e1345bc3612fb69ad3003b104fe50d (patch)
treeb22a69281bc3a2ac46879313ec788749947ea657 /libavformat/nutenc.c
parentc8f0b20b4a6bb6691928789d83e4b02896969848 (diff)
Remove unreachable returns
Diffstat (limited to 'libavformat/nutenc.c')
-rw-r--r--libavformat/nutenc.c2
1 files changed, 1 insertions, 1 deletions
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;