[Libav-user] in the list of supported Encoder, i will only get the libx264rgb codec but not the libx264

Carl Eugen Hoyos cehoyos at ag.or.at
Sun Feb 19 20:29:58 CET 2012


jan hölscher <jan.hoelscher at ...> writes:

>     AVCodec *p = NULL;
>     int a = 0;
>     while ((p = av_codec_next(p))) {
>       if (p->encode ) {

There is an additional API now that defines p->encode2() instead.

Please do not top post here, Carl Eugen



More information about the Libav-user mailing list