Merge CV, ver=5.1; ops/methods from HV, and interface from CV where possible
[goodguy/history.git] / cinelerra-5.1 / libzmpeg3 / css.C
diff --git a/cinelerra-5.1/libzmpeg3/css.C b/cinelerra-5.1/libzmpeg3/css.C
new file mode 100644 (file)
index 0000000..29ac05d
--- /dev/null
@@ -0,0 +1,21 @@
+
+#include "libzmpeg3.h"
+
+zcss_t::
+css_t() {}
+
+zcss_t::
+~css_t() {}
+
+int zcss_t::
+get_keys(char *fpath)
+{
+  return 1;
+}
+
+int zcss_t::
+decrypt_packet(uint8_t *sector, int offset)
+{
+  return 1;
+}
+