removed eof() function.
authorkramm <kramm>
Tue, 23 Nov 2004 09:10:10 +0000 (09:10 +0000)
committerkramm <kramm>
Tue, 23 Nov 2004 09:10:10 +0000 (09:10 +0000)
avi2swf/videoreader.h

index 1924eaf..9392d8c 100644 (file)
@@ -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;