[x264-devel] commit: Add fast pskip to x264 SEI info header (Jason Garrett-Glaser )

git version control git at videolan.org
Wed Dec 9 13:57:27 CET 2009


x264 | branch: master | Jason Garrett-Glaser <darkshikari at gmail.com> | Tue Dec  8 17:46:55 2009 -0800| [ec8e58637b97edaea00f022e11d15ee8a81466ab] | committer: Jason Garrett-Glaser 

Add fast pskip to x264 SEI info header

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

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

diff --git a/common/common.c b/common/common.c
index b36ec0c..e471c68 100644
--- a/common/common.c
+++ b/common/common.c
@@ -888,6 +888,7 @@ char *x264_param2string( x264_param_t *p, int b_res )
     s += sprintf( s, " 8x8dct=%d", p->analyse.b_transform_8x8 );
     s += sprintf( s, " cqm=%d", p->i_cqm_preset );
     s += sprintf( s, " deadzone=%d,%d", p->analyse.i_luma_deadzone[0], p->analyse.i_luma_deadzone[1] );
+    s += sprintf( s, " fast_pskip=%d", p->analyse.b_fast_pskip );
     s += sprintf( s, " chroma_qp_offset=%d", p->analyse.i_chroma_qp_offset );
     s += sprintf( s, " threads=%d", p->i_threads );
     s += sprintf( s, " sliced_threads=%d", p->b_sliced_threads );



More information about the x264-devel mailing list