Roland,

It works :)

many many thanks. apparently I misunderstood the fundamentals of codecs vs.
formats. Still learning...


Thank you
Eli



On Mon, Nov 29, 2010 at 5:27 PM, Ronald S. Bultje <[email protected]>wrote:

> Hi,
>
> On Mon, Nov 29, 2010 at 10:15 AM, Eli Konky <[email protected]> wrote:
> > File is here:
> > http://dl.dropbox.com/u/10771113/test.amr
>
> OK, so this file should be opened using libavformat, not libavcodec.
> Please have a look at libavformat/avformat.h to see what kind of API
> to use (hint: av_open_input_file()). This will provide you with
> AVPackets that you can feed into libavcodec as you did above.
>
> Ronald
> _______________________________________________
> libav-user mailing list
> [email protected]
> https://lists.mplayerhq.hu/mailman/listinfo/libav-user
>
_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user

Reply via email to