git-svn-id: http://webrtc.googlecode.com/svn/trunk@107 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
mikhal@google.com 2011-06-20 18:08:43 +00:00
parent 2360c09549
commit 717c869579
2 changed files with 2 additions and 1 deletions

View File

@ -26,6 +26,8 @@ typedef struct vpx_codec_enc_cfg vpx_codec_enc_cfg_t;
typedef struct vpx_image vpx_image_t; typedef struct vpx_image vpx_image_t;
typedef struct vpx_ref_frame vpx_ref_frame_t; typedef struct vpx_ref_frame vpx_ref_frame_t;
//#define VP8_LATEST
namespace webrtc namespace webrtc
{ {

View File

@ -30,7 +30,6 @@
#define VP8_FREQ_HZ 90000 #define VP8_FREQ_HZ 90000
//#define DEV_PIC_LOSS //#define DEV_PIC_LOSS
//#define VP8_LATEST
namespace webrtc namespace webrtc
{ {