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