Commit 2655c1ac authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '6ff15cd5'

* commit '6ff15cd5':
  Remove unreachable returns
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 3afcddcf 6ff15cd5
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment