git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2cfb716
)
added progress field
author
kramm
<kramm>
Wed, 31 Mar 2004 13:39:44 +0000
(13:39 +0000)
committer
kramm
<kramm>
Wed, 31 Mar 2004 13:39:44 +0000
(13:39 +0000)
avi2swf/videoreader.h
patch
|
blob
|
history
diff --git
a/avi2swf/videoreader.h
b/avi2swf/videoreader.h
index
b994844
..
73799a2
100644
(file)
--- a/
avi2swf/videoreader.h
+++ b/
avi2swf/videoreader.h
@@
-20,6
+20,9
@@
typedef struct _videoreader_t
int channels;
int rate;
+ /* progress */
+ int frame;
+
void (*setparameter) (struct _videoreader_t*, char*name, char*value);
int (*getsamples) (struct _videoreader_t*, void*buffer, int num);
int (*getimage) (struct _videoreader_t*, void*buffer); // buffer must hold width*height*4 bytes