summaryrefslogtreecommitdiff
path: root/vp9/decoder/vp9_dthread.h
diff options
context:
space:
mode:
authorYunqing Wang <yunqingwang@google.com>2014-01-31 16:09:28 -0800
committerYunqing Wang <yunqingwang@google.com>2014-01-31 16:30:04 -0800
commit11a9366e3b19a69d5abf109c1708158648197ccf (patch)
tree12e55776639a06d92f58e37da44706c127f51f21 /vp9/decoder/vp9_dthread.h
parent5ccd1932198967f11a8ff15dda31974b1f8465e7 (diff)
downloadlibvpx-11a9366e3b19a69d5abf109c1708158648197ccf.tar
libvpx-11a9366e3b19a69d5abf109c1708158648197ccf.tar.gz
libvpx-11a9366e3b19a69d5abf109c1708158648197ccf.tar.bz2
libvpx-11a9366e3b19a69d5abf109c1708158648197ccf.zip
Rename a loopfilter parameter
As pointed out by Dmitry and James, "partial" is a Microsoft- specific c++ keyword, and it is renamed. Change-Id: Ia0fc11ceb89e54b3195287f89f7e26edbbe9beb8
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_