summaryrefslogtreecommitdiff
path: root/lib/libdv_wrapper.h
diff options
context:
space:
mode:
authordeva <deva>2006-08-12 15:00:40 +0000
committerdeva <deva>2006-08-12 15:00:40 +0000
commit49265541974282f3346c9dc7de2365858f9fcb4d (patch)
tree0861c3b9bdb9d64a7c68674c4f864171a26eed18 /lib/libdv_wrapper.h
parenta145483e4f59ae76b28657cefd1b1e72fe5e4e2c (diff)
Added timecode and fixed the sending and receiving of frames through the network.
Diffstat (limited to 'lib/libdv_wrapper.h')
-rw-r--r--lib/libdv_wrapper.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libdv_wrapper.h b/lib/libdv_wrapper.h
index bde5620..77089c7 100644
--- a/lib/libdv_wrapper.h
+++ b/lib/libdv_wrapper.h
@@ -33,6 +33,8 @@
#include "frame.h"
+#include "timecode.h"
+
namespace DV {
/*
#define DV_QUALITY_COLOR 1 // Clear this bit to make monochrome
@@ -106,6 +108,8 @@ public:
void setSystem(DV::System system);
void setSampling(DV::Sampling sampling);
+ TimeCode getTimeCode();
+
Frame *decode(Frame *input, DV::ColorSpace colorspace = DV::YUV);
private: