Commit c3ca7717 authored by michael's avatar michael

fix assert() 2nd try


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@9163 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 689b925d
...@@ -2115,7 +2115,7 @@ static int encode_q_branch(SnowContext *s, int level, int x, int y){ ...@@ -2115,7 +2115,7 @@ static int encode_q_branch(SnowContext *s, int level, int x, int y){
//FIXME if mb_cmp != SSE then intra cant be compared currently and mb_penalty vs. lambda2 //FIXME if mb_cmp != SSE then intra cant be compared currently and mb_penalty vs. lambda2
// subpel search // subpel search
base_bits= get_rac_count(&s->c) - (s->c.bytestream - s->c.bytestream_start); base_bits= get_rac_count(&s->c) - 8*(s->c.bytestream - s->c.bytestream_start);
pc= s->c; pc= s->c;
pc.bytestream_start= pc.bytestream_start=
pc.bytestream= p_buffer; //FIXME end/start? and at the other stoo pc.bytestream= p_buffer; //FIXME end/start? and at the other stoo
......
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