[x264-devel] commit: Fix bug in intra-refresh + threads (Jason Garrett-Glaser )

git at videolan.org git at videolan.org
Tue Dec 7 09:15:49 CET 2010


x264 | branch: master | Jason Garrett-Glaser <darkshikari at gmail.com> | Mon Dec  6 14:19:09 2010 -0800| [c2cc8c3108b615e2d6ded6387e37c2a6bad5130e] | committer: Jason Garrett-Glaser 

Fix bug in intra-refresh + threads
Intra refresh bar quality increase wasn't correctly applied.

> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=c2cc8c3108b615e2d6ded6387e37c2a6bad5130e
---

 encoder/ratecontrol.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/encoder/ratecontrol.c b/encoder/ratecontrol.c
index 780c0e1..d8aff9e 100644
--- a/encoder/ratecontrol.c
+++ b/encoder/ratecontrol.c
@@ -966,6 +966,7 @@ parse_error:
             rc[i] = rc[0];
             h->thread[i]->param = h->param;
             h->thread[i]->mb.b_variable_qp = h->mb.b_variable_qp;
+            h->thread[i]->mb.ip_offset = h->mb.ip_offset;
         }
     }
 



More information about the x264-devel mailing list