diff options
author | Austin Yuan <shengquan.yuan@gmail.com> | 2010-03-29 16:22:42 +0800 |
---|---|---|
committer | Austin Yuan <shengquan.yuan@gmail.com> | 2010-03-29 16:22:42 +0800 |
commit | 242678578665d1d8f996f960665fdcfed8482001 (patch) | |
tree | 0d598f9886d3facbc881c5619f90c4fa364c26ea | |
parent | c701dff54769992e417350bd253f1c81eac5e7d5 (diff) |
fix build issue20100330_5.3.0.0001_Alpha2
Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
-rw-r--r-- | va/va.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -227,7 +227,7 @@ typedef enum VAEntrypointMoComp = 4, VAEntrypointDeblocking = 5, VAEntrypointEncSlice = 6, /* slice level encode */ - VAEntrypointEncSlice = 7 /* pictuer encode, JPEG, etc */ + VAEntrypointEncPicture = 7 /* pictuer encode, JPEG, etc */ } VAEntrypoint; /* Currently defined configuration attribute types */ |