On date Tuesday 2008-06-03 10:51:57 +0200, Luca Abeni wrote:
> 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.

Hi Luca,

I wonder if an avdevice_register_all() shouldn't register also all the
codecs and formats, the same way av_register_all() (defined in lavf)
registers all the codecs.

Or is it required to actually specify all the three above commands in
order to register correctly all the devices?

Ciao
_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user

Reply via email to