summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_onyx.h
diff options
context:
space:
mode:
authorDmitry Kovalev <dkovalev@google.com>2013-03-20 16:41:30 -0700
committerDmitry Kovalev <dkovalev@google.com>2013-03-20 16:41:30 -0700
commit56f3a2c6637fc9fc3271c7daddd280c5b9e3d96a (patch)
tree4a8c6cac7921a9360c3049e4ea28ea2075ff248b /vp9/common/vp9_onyx.h
parent66eff0aa3878c0f3aa6a93d0f171ffd63356c2f7 (diff)
downloadlibvpx-56f3a2c6637fc9fc3271c7daddd280c5b9e3d96a.tar
libvpx-56f3a2c6637fc9fc3271c7daddd280c5b9e3d96a.tar.gz
libvpx-56f3a2c6637fc9fc3271c7daddd280c5b9e3d96a.tar.bz2
libvpx-56f3a2c6637fc9fc3271c7daddd280c5b9e3d96a.zip
Code cleanup: lower case variable names.
Renaming Width to width, Height to height and Version to version in several structs and function signatures. Change-Id: I084c3f7e747cb2ce3345aff27a3dff9b13a87543
Diffstat (limited to 'vp9/common/vp9_onyx.h')
-rw-r--r--vp9/common/vp9_onyx.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/vp9/common/vp9_onyx.h b/vp9/common/vp9_onyx.h
index 55bcccb0e..422f3885f 100644
--- a/vp9/common/vp9_onyx.h
+++ b/vp9/common/vp9_onyx.h
@@ -90,9 +90,11 @@ extern "C"
}
typedef struct {
- int Version; // 4 versions of bitstream defined 0 best quality/slowest decode, 3 lowest quality/fastest decode
- int Width; // width of data passed to the compressor
- int Height; // height of data passed to the compressor
+ int version; // 4 versions of bitstream defined:
+ // 0 - best quality/slowest decode,
+ // 3 - lowest quality/fastest decode
+ int width; // width of data passed to the compressor
+ int height; // height of data passed to the compressor
double frame_rate; // set to passed in framerate
int64_t target_bandwidth; // bandwidth to be used in kilobits per second