Index: video.h
===================================================================
--- video.h	(revision 826)
+++ video.h	(revision 827)
@@ -148,7 +148,16 @@
 Same as above, using video name.
 **/
 
+__rayapi float raydium_video_duration(int id);
+/**
+Will return, in seconds, the total duration for the video ##id##.
+**/
 
+__rayapi float raydium_video_duration_name(char *name);
+/**
+Same as above, using video name.
+**/
+
 __rayapi signed char raydium_video_seek(int id, float time);
 /**
 Will jump at ##time## (in seconds) in the ##id## video.