summaryrefslogtreecommitdiff
path: root/vpx
diff options
context:
space:
mode:
authorJohn Koleszar <jkoleszar@google.com>2012-05-02 16:22:34 -0700
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>2012-05-02 16:22:34 -0700
commitd8216b19b6aaf74dbed042c989ad0c1219e35b86 (patch)
treea828bb335edfa4578c5d5c428c7097f67857438f /vpx
parent8b1a14d12feed0ae0d304397fcdf49ef1057b81d (diff)
parent14c9fce8e417cb8865c0ddf98ca23a39329c9690 (diff)
downloadlibvpx-d8216b19b6aaf74dbed042c989ad0c1219e35b86.tar
libvpx-d8216b19b6aaf74dbed042c989ad0c1219e35b86.tar.gz
libvpx-d8216b19b6aaf74dbed042c989ad0c1219e35b86.tar.bz2
libvpx-d8216b19b6aaf74dbed042c989ad0c1219e35b86.zip
Merge "Fix compiler warnings" into eider
Diffstat (limited to 'vpx')
-rw-r--r--vpx/vpx_encoder.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/vpx/vpx_encoder.h b/vpx/vpx_encoder.h
index 885ca229f..0e4ed094d 100644
--- a/vpx/vpx_encoder.h
+++ b/vpx/vpx_encoder.h
@@ -32,7 +32,12 @@ extern "C" {
#define VPX_ENCODER_H
#include "vpx_codec.h"
+/*! Temporal Scalability: Maximum length of the sequence defining frame
+ * layer membership
+ */
#define MAX_PERIODICITY 16
+
+/*! Temporal Scalability: Maximum number of coding layers */
#define MAX_LAYERS 5
/*!\brief Current ABI version number