On Thu, Sep 22, 2011 at 10:13 AM, Marlon Reid <[email protected]> wrote:

> **
>  Hi,
>  I am experiencing problems with using av_guess_format /
> avformat_alloc_context. In my sample code below, my application crashes on "
> m_Outfmt = av_guess_format ( "mp3", NULL, NULL);" with the message
> "Unhandled exception at 0x773b2865 in test.exe: 0xC0000008: An invalid
> handle was specified." .
>

Have you called av register all before doing anything? Did you put the
include files declaration in extern C braces?

Matt
_______________________________________________
Libav-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/libav-user

Reply via email to