On date Friday 2009-01-16 19:18:39 +0100, Tr3wory encoded: > Hi! > > I wrote a simple video encoding lib above libav* (in Win32). > It works well when I use "av_register_all();". > > But I use only a couple of formats and codecs.(avi; mpeg4, mjpeg, > h264, theora, rawvideo) > How can I register these?
grep for "register" in avformat.h and avcodec.h. Also you may need to disable when configuring all the codecs/formats you don't use. Regards. _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
