summaryrefslogtreecommitdiff
path: root/src/va_backend.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/va_backend.h')
-rwxr-xr-xsrc/va_backend.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/va_backend.h b/src/va_backend.h
index 5d0785c..c411201 100755
--- a/src/va_backend.h
+++ b/src/va_backend.h
@@ -303,17 +303,6 @@ struct VADriverVTable
VAImageID image
);
- VAStatus (*vaSetSubpicturePalette) (
- VADriverContextP ctx,
- VASubpictureID subpicture,
- /*
- * pointer to an array holding the palette data. The size of the array is
- * num_palette_entries * entry_bytes in size. The order of the components
- * in the palette is described by the component_order in VASubpicture struct
- */
- unsigned char *palette
- );
-
VAStatus (*vaSetSubpictureChromakey) (
VADriverContextP ctx,
VASubpictureID subpicture,