Merge "1 Pass CQ and VBR bug fixes"
authorJohn Koleszar <jkoleszar@google.com>
Fri, 11 Mar 2011 16:06:09 +0000 (08:06 -0800)
committerCode Review <code-review@webmproject.org>
Fri, 11 Mar 2011 16:06:09 +0000 (08:06 -0800)
1  2 
vp8/encoder/onyx_if.c

@@@ -1534,11 -1540,10 +1536,8 @@@ void vp8_init_config(VP8_PTR ptr, VP8_C
      cpi->total_actual_bits            = 0;
      cpi->total_target_vs_actual       = 0;
  
-     // change includes all joint functionality
-    vp8_change_config(ptr, oxcf);
  #if VP8_TEMPORAL_ALT_REF
  
 -    cpi->use_weighted_temporal_filter = 0;
 -
      {
          int i;