summaryrefslogtreecommitdiff
path: root/vp9/decoder/vp9_dthread.h
diff options
context:
space:
mode:
Diffstat (limited to 'vp9/decoder/vp9_dthread.h')
-rw-r--r--vp9/decoder/vp9_dthread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp9/decoder/vp9_dthread.h b/vp9/decoder/vp9_dthread.h
index 4478354ba..6d4450fd2 100644
--- a/vp9/decoder/vp9_dthread.h
+++ b/vp9/decoder/vp9_dthread.h
@@ -55,6 +55,6 @@ void vp9_loop_filter_frame_mt(struct VP9Decompressor *pbi,
struct VP9Common *cm,
struct macroblockd *xd,
int frame_filter_level,
- int y_only, int partial);
+ int y_only, int partial_frame);
#endif // VP9_DECODER_VP9_DTHREAD_H_