Hi, On Tue, Mar 13, 2012 at 10:49 AM, Thomas Sharpless <[email protected]> wrote: > It seems absurd. but there it is... > I am building an app on Windows with the MinGW toolchain, trying to use > libav-win32-20120214. Linker can find av_register_all() in libavformat, but > NOT av_open_input_file() or av_find_stream_info()! It does not matter if I > link static or dll import lib. I'm totally bummed by this and can't imagine > what is wrong. Please help.
They were deprecated a long time ago; use avformat_find_stream_info() and avformat_open_input(). Ronald _______________________________________________ libav-tools mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-tools
