I have installed the latest avifile-0.6.0-20011003, but vcr cannot 
enumerate the codecs and the following code:

#include <stdio.h>
#include "infotypes.h"

int main(int argn, char *argv[])
{
        vector<CodecInfo>::iterator it;

        fprintf(stderr, "Available codecs: \n*\n");

        for ( it = video_codecs.begin(); it != video_codecs.end(); it++)
        {
                const char *cname = it->GetName();
                int fourcc = it->fourcc;
                fprintf(stderr, "\"%s\"\n", cname);
        }
        fprintf(stderr, "*\n");
}


Gives th following output:

Available CPU flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr 
pge mca cmov pat pse36 mmx fxsr sse
Available codecs:
*
*
498.673000 MHz Pentium III (Katmai) processor detected

Any ideas why I can't enumerate codecs?

-- 
Patrick Mackinlay                                [EMAIL PROTECTED]
ICQ: 59277981                                        tel: +44 7050699851
                                                      fax: +44 7050699852
SpaceSurfer Limited                          http://www.spacesurfer.com/


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

Reply via email to