hardware/intel/common/libva
修订版 | 242678578665d1d8f996f960665fdcfed8482001 (tree) |
---|---|
时间 | 2010-03-29 17:22:42 |
作者 | Austin Yuan <shengquan.yuan@gmai...> |
Commiter | Austin Yuan |
fix build issue
Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
@@ -227,7 +227,7 @@ typedef enum | ||
227 | 227 | VAEntrypointMoComp = 4, |
228 | 228 | VAEntrypointDeblocking = 5, |
229 | 229 | VAEntrypointEncSlice = 6, /* slice level encode */ |
230 | - VAEntrypointEncSlice = 7 /* pictuer encode, JPEG, etc */ | |
230 | + VAEntrypointEncPicture = 7 /* pictuer encode, JPEG, etc */ | |
231 | 231 | } VAEntrypoint; |
232 | 232 | |
233 | 233 | /* Currently defined configuration attribute types */ |