[Libav-user] Suggested alternative for av_oformat_next and av_codec_next?
Gonzalo GarramuƱo
ggarra13 at gmail.com
Wed May 23 03:21:07 EEST 2018
El 21/05/18 a las 10:17, Maarten Baert escribiĆ³:
> Hi,
>
> As of libavcodec/libavformat version 58.10.100 these functions are now
> deprecated. What is the suggested alternative?
>
av_muxer_iterate / av_demuxer_iterate
void *opaque = NULL;
while ((fmt = av_demuxer_iterate(&opaque))) {
}
and av_codec_iterate.
More information about the Libav-user
mailing list