[x264-devel] commit: Copy field order flag in encoder_reconfig (Jason Garrett-Glaser )

git at videolan.org git at videolan.org
Fri Nov 26 00:57:14 CET 2010


x264 | branch: master | Jason Garrett-Glaser <darkshikari at gmail.com> | Thu Nov 25 13:01:33 2010 -0800| [9cae442bd589b063c5ce9d6b224d17ff5f6337c0] | committer: Jason Garrett-Glaser 

Copy field order flag in encoder_reconfig

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

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

diff --git a/encoder/encoder.c b/encoder/encoder.c
index 8b14b41..e0edc49 100644
--- a/encoder/encoder.c
+++ b/encoder/encoder.c
@@ -1231,6 +1231,7 @@ int x264_encoder_reconfig( x264_t *h, x264_param_t *param )
     COPY( i_slice_max_size );
     COPY( i_slice_max_mbs );
     COPY( i_slice_count );
+    COPY( b_tff );
 
     /* VBV can't be turned on if it wasn't on to begin with */
     if( h->param.rc.i_vbv_max_bitrate > 0 && h->param.rc.i_vbv_buffer_size > 0 &&



More information about the x264-devel mailing list