summaryrefslogtreecommitdiff
path: root/vp8/decoder/threading.c
diff options
context:
space:
mode:
authorJohn Koleszar <jkoleszar@google.com>2011-07-23 00:05:14 -0400
committerJohn Koleszar <jkoleszar@google.com>2011-07-23 00:05:14 -0400
commit664cd5ac91d432bad9f4f375b583a490464288c5 (patch)
tree78ec5d758f8473b73c75a1b2eaec8dffce5430a3 /vp8/decoder/threading.c
parent058566797a18e226acd1868a562b16e0903b73db (diff)
parent773bcc300d88b47b3b465b7627e794b62b01938f (diff)
downloadlibvpx-664cd5ac91d432bad9f4f375b583a490464288c5.tar
libvpx-664cd5ac91d432bad9f4f375b583a490464288c5.tar.gz
libvpx-664cd5ac91d432bad9f4f375b583a490464288c5.tar.bz2
libvpx-664cd5ac91d432bad9f4f375b583a490464288c5.zip
Merge remote branch 'internal/upstream' into HEAD
Diffstat (limited to 'vp8/decoder/threading.c')
-rw-r--r--vp8/decoder/threading.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp8/decoder/threading.c b/vp8/decoder/threading.c
index 0c21689c0..1e0330277 100644
--- a/vp8/decoder/threading.c
+++ b/vp8/decoder/threading.c
@@ -746,7 +746,7 @@ void vp8mt_decode_mb_rows( VP8D_COMP *pbi, MACROBLOCKD *xd)
}
/* Initialize the loop filter for this frame. */
- vp8_loop_filter_frame_init(pc, &pbi->mb, filter_level, pc->sharpness_level);
+ vp8_loop_filter_frame_init(pc, &pbi->mb, filter_level);
}
setup_decoding_thread_data(pbi, xd, pbi->mb_row_di, pbi->decoding_thread_count);