Hi guys & girls,

There's a slight problem with aviplay.h, where the declaration of
CreateAviPlayer doesn't match the definition:

IAviPlayer* CreateAviPlayer(const char* filename, int bitdepth,
                            const char* subfile = 0, unsigned int flags = 0,
                            // vcodec & acodec are going to be supported
                            const char* vcodec = 0, const char* acodec = 0);

should be

IAviPlayer* CreateAviPlayer(const char* filename, int bitdepth,
                            const char* subfile = 0, unsigned long flags = 0,
                            // vcodec & acodec are going to be supported
                            const char* vcodec = 0, const char* acodec = 0);

(ie, an int should be a long, on the second line).

It's been like this for at least a month now, so I guess it isn't
causing too many problems for people.

Cheers,

Paul.

-- 
Paul Dwerryhouse
Melbourne, Australia (X) <--> Amsterdam, The Netherlands ( )

_______________________________________________
Avifile mailing list
[EMAIL PROTECTED]
http://prak.org/mailman/listinfo/avifile

Reply via email to