[FFmpeg-devel] [PATCH v4 3/7] cmdutils: use new iteration APIs

Michael Niedermayer michael at niedermayer.cc
Fri Mar 23 00:38:03 EET 2018


On Thu, Mar 22, 2018 at 02:01:27AM +0000, Josh de Kock wrote:
[...]
> +#ifdef CONFIG_AVDEVICE
> +        opaque = 0;
> +        if (muxdemuxers != SHOW_DEMUXERS) {
> +            while ((ofmt = av_outdev_iterate(&opaque))) {
> +                if ((!name || strcmp(ofmt-> name, name) < 0) && strcmp(ofmt-> name, last_name) > 0) {
> +                    name = ofmt - > name;

> +                    long_name = ofmt - > long_name;
                                        ^^^
this doesnt build

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Those who are best at talking, realize last or never when they are wrong.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20180322/b2fdf85a/attachment.sig>


More information about the ffmpeg-devel mailing list