Re: [Libav-user] G726

2013-07-29 Thread Carl Eugen Hoyos
Mark Kenna mark.kenna@... writes: I am trying to decode raw G726 from file. Does it work with ffmpeg (the executable)? If not, I would be very interested in a sample. Thank you, Carl Eugen ___ Libav-user mailing list Libav-user@ffmpeg.org

[Libav-user] G726

2013-07-22 Thread Mark Kenna
I am trying to decode raw G726 from file. I am however unsure of how to configure the AVCodecContext before opening the codec. Could someone please explain what is required? Thanks, Mark. ___ Libav-user mailing list Libav-user@ffmpeg.org

[Libav-user] G726 decodng: Initcodec return -22 error

2012-05-18 Thread NITIN GOYAL
Hi I am trying to decode G726 audio codec but when i give string g726 to initcodec funciton, but ffmpeg is not able to detect the codec and return -22 error. Can someone help me what -22 error says? If i will use CODEC_ID_ADPCM_G726 will it work? I have the G726-16 codec over a stream.