Hi Nicolas,
Nicolas Krieger wrote:
[...]
> I have also modified "utils.c" so that "av_find_input_format" prints all the
> AVInputFormat->name. And I don't know why, but what is printed is different
> when I launch my project and ffmpeg...
> When I try your exemple, I can see "oss" in the formats found, but not when
> I launch my project.
Remember to use
avcodec_register_all();
avdevice_register_all();
av_register_all();
in the initialization phase of your program.
Luca
_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user