diff options
Diffstat (limited to 'src/i965_post_processing.c')
-rwxr-xr-x | src/i965_post_processing.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i965_post_processing.c b/src/i965_post_processing.c index bf88c94..ea35b36 100755 --- a/src/i965_post_processing.c +++ b/src/i965_post_processing.c @@ -5724,7 +5724,7 @@ i965_proc_picture_fast(VADriverContextP ctx, return VA_STATUS_ERROR_INVALID_SURFACE; if (!dst_obj_surface->bo) - return VA_STATUS_ERROR_UNIMPLEMENTED; + return VA_STATUS_ERROR_INVALID_SURFACE; if (dst_obj_surface->fourcc && dst_obj_surface->fourcc != src_obj_surface->fourcc) |