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:
220a159
)
removed eof() function.
author
kramm
<kramm>
Tue, 23 Nov 2004 09:10:10 +0000
(09:10 +0000)
committer
kramm
<kramm>
Tue, 23 Nov 2004 09:10:10 +0000
(09:10 +0000)
avi2swf/videoreader.h
patch
|
blob
|
history
diff --git
a/avi2swf/videoreader.h
b/avi2swf/videoreader.h
index
1924eaf
..
9392d8c
100644
(file)
--- a/
avi2swf/videoreader.h
+++ b/
avi2swf/videoreader.h
@@
-26,7
+26,6
@@
typedef struct _videoreader_t
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
- bool (*eof) (struct _videoreader_t*);
void (*close) (struct _videoreader_t*);
} videoreader_t;