summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>2011-12-04 09:24:24 +0100
committerGwenole Beauchesne <gb.devel@gmail.com>2011-12-04 09:30:16 +0100
commit29302b53a390b4c1757c611fdc8f7437f63bef84 (patch)
treefd54d3c5da22412cdabec62ce8ad5ef35ad7fa9c
parentdae49d06f96b65cdf399558f8dcd2b0106d9daf3 (diff)
subpic: disable unused function.
-rw-r--r--src/vdpau_subpic.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vdpau_subpic.c b/src/vdpau_subpic.c
index 3e6dc4c..eb6bee9 100644
--- a/src/vdpau_subpic.c
+++ b/src/vdpau_subpic.c
@@ -166,6 +166,7 @@ subpicture_remove_association_at(object_subpicture_p obj_subpicture, int index)
return 0;
}
+#if 0
// Remove association from the subpicture
static int
subpicture_remove_association(
@@ -184,6 +185,7 @@ subpicture_remove_association(
}
return -1;
}
+#endif
// Associate one surface to the subpicture
VAStatus