Hello,
I used to retrieve the list of the available codecs with the following code :
vector<CodecInfo>::iterator it_ci;
for(it_ci=video_codecs.begin(); it_ci!=video_codecs.end(); it_ci++) {
cout<<it_ci->text.c_str()<<endl;
}
Since a few days (I don't know exactly how) this doesn't work anymore in the
newest avifile CVS version.
Is there a new way to obtain the codec list ? For example with
"CodecInfo::match" ?
Best regards,
Pierre.
_______________________________________________
Avifile mailing list
[EMAIL PROTECTED]
http://prak.org/mailman/listinfo/avifile