[libbluray-devel] HGraphicsConfiguration: log unimplemented functions
hpi1
git at videolan.org
Thu Oct 9 10:01:12 CEST 2014
libbluray | branch: master | hpi1 <hpi1 at anonymous.org> | Thu Oct 9 10:41:25 2014 +0300| [29883ee0240ca2030f3c24dbf4c2710647a43d03] | committer: hpi1
HGraphicsConfiguration: log unimplemented functions
> http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=29883ee0240ca2030f3c24dbf4c2710647a43d03
---
src/libbluray/bdj/java/org/havi/ui/HGraphicsConfiguration.java | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/src/libbluray/bdj/java/org/havi/ui/HGraphicsConfiguration.java b/src/libbluray/bdj/java/org/havi/ui/HGraphicsConfiguration.java
index 164e84d..33de7d4 100644
--- a/src/libbluray/bdj/java/org/havi/ui/HGraphicsConfiguration.java
+++ b/src/libbluray/bdj/java/org/havi/ui/HGraphicsConfiguration.java
@@ -77,18 +77,22 @@ public class HGraphicsConfiguration extends HScreenConfiguration {
}
public Color getPunchThroughToBackgroundColor(int percentage) {
+ org.videolan.Logger.unimplemented("HGraphicsConfigTemplate", "");
throw new Error("Not implemented");
}
public Color getPunchThroughToBackgroundColor(int percentage, HVideoDevice hvd) {
+ org.videolan.Logger.unimplemented("HGraphicsConfigTemplate", "");
throw new Error("Not implemented");
}
public Color getPunchThroughToBackgroundColor(Color color, int percentage) {
+ org.videolan.Logger.unimplemented("HGraphicsConfigTemplate", "");
throw new Error("Not implemented");
}
public Color getPunchThroughToBackgroundColor(Color color, int percentage, HVideoDevice v) {
+ org.videolan.Logger.unimplemented("HGraphicsConfigTemplate", "");
throw new Error("Not implemented");
}
More information about the libbluray-devel
mailing list