summaryrefslogtreecommitdiff
path: root/vpx/vp8cx.h
diff options
context:
space:
mode:
authorMarco Paniconi <marpan@google.com>2018-05-22 15:02:45 -0700
committerMarco Paniconi <marpan@google.com>2018-05-22 21:36:08 -0700
commitb2004fdda6423fc6e8f3afb2afc7df03d0a19f53 (patch)
treee33d7b9bbed75ac25c0082e732fee7c2f5745562 /vpx/vp8cx.h
parentfe8c07172f4a8acc48386cec0d14aa09cb2495c1 (diff)
downloadlibvpx-b2004fdda6423fc6e8f3afb2afc7df03d0a19f53.tar
libvpx-b2004fdda6423fc6e8f3afb2afc7df03d0a19f53.tar.gz
libvpx-b2004fdda6423fc6e8f3afb2afc7df03d0a19f53.tar.bz2
libvpx-b2004fdda6423fc6e8f3afb2afc7df03d0a19f53.zip
vp9-svc: Add full superframe drop mode.
This will check for dropping full superframe if any spatial layer is overshooting. Change-Id: Ic656807028ebef5552301b6d10399fbe3a6c890c
Diffstat (limited to 'vpx/vp8cx.h')
-rw-r--r--vpx/vp8cx.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/vpx/vp8cx.h b/vpx/vp8cx.h
index b201d96f4..97b8ba71c 100644
--- a/vpx/vp8cx.h
+++ b/vpx/vp8cx.h
@@ -786,7 +786,8 @@ typedef struct vpx_svc_ref_frame_config {
typedef enum {
CONSTRAINED_LAYER_DROP,
/**< Upper layers are constrained to drop if current layer drops. */
- LAYER_DROP, /**< Any spatial layer can drop. */
+ LAYER_DROP, /**< Any spatial layer can drop. */
+ FULL_SUPERFRAME_DROP, /**< Only full superframe can drop. */
} SVC_LAYER_DROP_MODE;
/*!\brief vp9 svc frame dropping parameters.