summaryrefslogtreecommitdiff
path: root/vp8/common
diff options
context:
space:
mode:
authorSai Deng <sdeng@google.com>2019-04-23 22:59:34 +0000
committerSai Deng <sdeng@google.com>2019-04-23 23:02:55 +0000
commitb4da0a527ec8ea56fc7d808dd06380a6ecc72905 (patch)
treed172e30177babd6c298f01ba667e62bc3038a9d8 /vp8/common
parent1d8d8f562bf382e47071bb38d13b7ded366820af (diff)
downloadlibvpx-b4da0a527ec8ea56fc7d808dd06380a6ecc72905.tar
libvpx-b4da0a527ec8ea56fc7d808dd06380a6ecc72905.tar.gz
libvpx-b4da0a527ec8ea56fc7d808dd06380a6ecc72905.tar.bz2
libvpx-b4da0a527ec8ea56fc7d808dd06380a6ecc72905.zip
Revert "Add VPX_TUNE_SSIM and VPX_TUNE_PSNR enums"
This reverts commit 1d8d8f562bf382e47071bb38d13b7ded366820af. Reason for revert: change the api names will break existing code. Original change's description: > Add VPX_TUNE_SSIM and VPX_TUNE_PSNR enums > > Change-Id: I3df5af2c60b774e6d395062077542c52db868236 TBR=jingning@google.com,builds@webmproject.org,sdeng@google.com Change-Id: Ic94c19739f595f4544e8b68892ab9d9c1bbccd79 No-Presubmit: true No-Tree-Checks: true No-Try: true
Diffstat (limited to 'vp8/common')
-rw-r--r--vp8/common/onyx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp8/common/onyx.h b/vp8/common/onyx.h
index adc832664..05c72df3f 100644
--- a/vp8/common/onyx.h
+++ b/vp8/common/onyx.h
@@ -217,7 +217,7 @@ typedef struct {
vpx_fixed_buf_t two_pass_stats_in;
struct vpx_codec_pkt_list *output_pkt_list;
- vpx_tuning tuning;
+ vp8e_tuning tuning;
/* Temporal scaling parameters */
unsigned int number_of_layers;