]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/nutenc.c
flvenc: Don't pretend to support muxing "plain" VP6
[ffmpeg] / libavformat / nutenc.c
index 7234cd9ee02985682bc8f17535bec4e8439880ed..8977e7265dae79a424d315e956b5d2ba5f0b5171 100644 (file)
@@ -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;