Le decadi 20 nivôse, an CCXX, [email protected] a écrit : > I call at start the init and register:
That is not a whole, self-contained minimal example, but that is enough. > avcodec_init(); Obsolete. > // Register all formats and codecs > av_register_all(); No. Register all formats and protocols, but no codecs nor devices. Your problem is here. > At 15.04 09/01/2012 +0100, you wrote: Please read (and understand!) the posting guidelines for this mailing-list. Regards, -- Nicolas George _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
