mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
fix assert() 2nd try
Originally committed as revision 9163 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
c3b95b1d3d
commit
61d49d122c
@ -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
|
||||
|
||||
// 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.bytestream_start=
|
||||
pc.bytestream= p_buffer; //FIXME end/start? and at the other stoo
|
||||
|
Loading…
Reference in New Issue
Block a user