summaryrefslogtreecommitdiff
path: root/vpx
diff options
context:
space:
mode:
authorJerome Jiang <jianj@google.com>2023-02-07 17:22:12 -0500
committerJerome Jiang <jianj@google.com>2023-02-09 15:15:59 -0500
commit5edaa583e14473464b86c6a5ab29fb793bd805e7 (patch)
tree79131a01901927f7fe480c17e9828f978beb32f5 /vpx
parent25a6b2b181db9896070b2fc1239dc28ba6f3115d (diff)
downloadlibvpx-5edaa583e14473464b86c6a5ab29fb793bd805e7.tar
libvpx-5edaa583e14473464b86c6a5ab29fb793bd805e7.tar.gz
libvpx-5edaa583e14473464b86c6a5ab29fb793bd805e7.tar.bz2
libvpx-5edaa583e14473464b86c6a5ab29fb793bd805e7.zip
Remove onyx_int.h from vp8 rc header
Also move the FRAME_TYPE declaration to common.h Bug: webm:1766 Change-Id: Ic3016bd16548a5d2e0ae828a7fd7ad8adda8b8f6
Diffstat (limited to 'vpx')
-rw-r--r--vpx/internal/vpx_ratectrl_rtc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/vpx/internal/vpx_ratectrl_rtc.h b/vpx/internal/vpx_ratectrl_rtc.h
index 65398c654..33c57e219 100644
--- a/vpx/internal/vpx_ratectrl_rtc.h
+++ b/vpx/internal/vpx_ratectrl_rtc.h
@@ -14,6 +14,9 @@
#include "vpx/vpx_encoder.h"
namespace libvpx {
+
+enum class RcFrameType { kKeyFrame = 0, kInterFrame = 1 };
+
struct VpxRateControlRtcConfig {
public:
VpxRateControlRtcConfig() {