Nick Kichukov wrote: > Hello, > > I have coded a simple player which I have coded based on the libav* > libraries. When I attempt to open some windows media files using it for the > audio stream I get CODEC_ID_WMAPRO and right after the > avcodec_find_decoder function returs NULL for this codec ID. Is this a > limitation of ffmpeg libraries or I have to rebuild ffmpeg with specific > external library or complie options in order to be able to support such media. > > Thanks! > > Regards, > Nick >
FFmpeg does not support wmapro (yet). (http://code.google.com/soc/2008/ffmpeg/appinfo.html?csaid=124750E3DFF1EA23) MvH Benjamin Larsson _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
