aboutsummaryrefslogtreecommitdiff
path: root/libvpx/vp9/encoder/vp9_writer.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvpx/vp9/encoder/vp9_writer.c')
-rw-r--r--libvpx/vp9/encoder/vp9_writer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libvpx/vp9/encoder/vp9_writer.c b/libvpx/vp9/encoder/vp9_writer.c
index 8398fc07a..ff461f218 100644
--- a/libvpx/vp9/encoder/vp9_writer.c
+++ b/libvpx/vp9/encoder/vp9_writer.c
@@ -15,7 +15,6 @@
void vp9_start_encode(vp9_writer *br, uint8_t *source) {
br->lowvalue = 0;
br->range = 255;
- br->value = 0;
br->count = -24;
br->buffer = source;
br->pos = 0;