Hi, my code has got problems with AC3 audio material in Mpeg2 files. avcodec_find_decoder(CODEC_ID_AC3) returns 0. Shouldn't libav be able to find the AC3 codec? Or is AC3 encoding switched off because of license problems?
I've had a look into ffmpeg's config.mak and found the lines: CONFIG_AC3_ENCODER=yes CONFIG_AC3_PARSER=yes CONFIG_AC3_DEMUXER=yes CONFIG_AC3_MUXER=yes Is there something missing like: CONFIG_AC3_DECODER=yes ? Best Regards, Thomas ps.: I'm working on Windows using Visual Studio (except of course for the compiling of the libav libs). _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
