Merge remote branch 'origin/master' into experimental
authorJohn Koleszar <jkoleszar@google.com>
Sat, 5 Mar 2011 05:05:07 +0000 (00:05 -0500)
committerJohn Koleszar <jkoleszar@google.com>
Sat, 5 Mar 2011 05:05:07 +0000 (00:05 -0500)
Change-Id: I70ac5a4f8388a7bfa058178c0ae53f6bdb0bb6e5

1  2 
vp8/encoder/firstpass.c
vp8/encoder/onyx_if.c
vp8/vp8_cx_iface.c
vpx/vp8cx.h

Simple merge
Simple merge
Simple merge
diff --cc vpx/vp8cx.h
   */
  extern vpx_codec_iface_t  vpx_codec_vp8_cx_algo;
  extern vpx_codec_iface_t* vpx_codec_vp8_cx(void);
+ /*!@} - end algorithm interface member group*/
  
  
 +#if CONFIG_EXPERIMENTAL
 +/*!\brief Algorithm interface for VP8 experimental branch
 + *
 + * This interface provides the ability to encode using the "experimental"
 + * VP8 variant, which is bitstream incompatible with the default VP8 encoder.
 + */
 +extern vpx_codec_iface_t vpx_codec_vp8x_cx_algo;
 +#endif
 +
 +
  /*
   * Algorithm Flags
   */