diff --git a/libavformat/nutenc.c b/libavformat/nutenc.c
index 1947e32abf4a01dedd1278bf2dfec51226a00ddc..9b7f41af8dada051e52f9a2d60a241e1c4dee86e 100644
--- a/libavformat/nutenc.c
+++ b/libavformat/nutenc.c
@@ -91,7 +91,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;