Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(11)

Unified Diff: source/libvpx/test/encode_test_driver.h

Issue 897063002: Revert "libvpx: Pull from upstream" (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libvpx.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « source/libvpx/test/decode_test_driver.cc ('k') | source/libvpx/test/resize_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/libvpx/test/encode_test_driver.h
diff --git a/source/libvpx/test/encode_test_driver.h b/source/libvpx/test/encode_test_driver.h
index 7b7dd31606f5aac50354adb0af935b18bea7a06a..765c7d164652202a8754eee2515ba7e9392142fc 100644
--- a/source/libvpx/test/encode_test_driver.h
+++ b/source/libvpx/test/encode_test_driver.h
@@ -140,12 +140,6 @@ class Encoder {
}
#endif
- void Config(const vpx_codec_enc_cfg_t *cfg) {
- const vpx_codec_err_t res = vpx_codec_enc_config_set(&encoder_, cfg);
- ASSERT_EQ(VPX_CODEC_OK, res) << EncoderError();
- cfg_ = *cfg;
- }
-
void set_deadline(unsigned long deadline) {
deadline_ = deadline;
}
« no previous file with comments | « source/libvpx/test/decode_test_driver.cc ('k') | source/libvpx/test/resize_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698