summaryrefslogtreecommitdiff
path: root/vpxenc.h
diff options
context:
space:
mode:
authorJerome Jiang <jianj@google.com>2023-03-22 20:18:39 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2023-03-22 20:18:39 +0000
commit78bb8e1c0a9b386b983c4e7cadf2ffb7b3b52bd5 (patch)
tree0a135f44f22fcd19be23ff068e9694aac5775950 /vpxenc.h
parent9c15fb62b3dfe1c698dc28f9efedb022b0ef8eb8 (diff)
downloadlibvpx-78bb8e1c0a9b386b983c4e7cadf2ffb7b3b52bd5.tar
libvpx-78bb8e1c0a9b386b983c4e7cadf2ffb7b3b52bd5.tar.gz
libvpx-78bb8e1c0a9b386b983c4e7cadf2ffb7b3b52bd5.tar.bz2
libvpx-78bb8e1c0a9b386b983c4e7cadf2ffb7b3b52bd5.zip
Revert "Add codec control to get tpl stats"
This reverts commit 9c15fb62b3dfe1c698dc28f9efedb022b0ef8eb8. Reason for revert: vpxenc should only use public interface Original change's description: > Add codec control to get tpl stats > > Add command line flag to vpxenc to export tpl stats > > Bug: b/273736974 > Change-Id: I6980096531b0c12fbf7a307fdef4c562d0c29e32 Bug: b/273736974 Change-Id: Ifa8951bb34e5936bbfc33086b22e9fc36d379bc9
Diffstat (limited to 'vpxenc.h')
-rw-r--r--vpxenc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/vpxenc.h b/vpxenc.h
index f065f086d..be54840f7 100644
--- a/vpxenc.h
+++ b/vpxenc.h
@@ -56,7 +56,6 @@ struct VpxEncoderConfig {
int disable_warnings;
int disable_warning_prompt;
int experimental_bitstream;
- int export_tpl_stats;
};
#ifdef __cplusplus