Kevin Kratzer <uei.user036@...> writes:

> I'm trying to find an encoder e.g. for bmp e.g.
> 
> AVCodec* codec = avcodec_find_encoder(AV_CODEC_ID_BMP);
> AVCodec* codec = avcodec_find_encoder(CODEC_ID_BMP);
> AVCodec* codec = avcodec_find_encoder_by_name("bmp");
> 
> However, in all three cases NULL is returned.

Please provide sample stand-alone code.
(Did you call *register()?)

Carl Eugen

_______________________________________________
Libav-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/libav-user

Reply via email to