[FFmpeg-devel] [PATCH] lavc: add new API for iterating codecs and codec parsers

Muhammad Faiz mfcc64 at gmail.com
Sun Dec 24 15:59:40 EET 2017


On Sat, Dec 23, 2017 at 8:27 PM, Josh de Kock <josh at itanimul.li> wrote:
> This is the first patch to add the new API for iterating items within the libraries to lavc, this completes lavc's support for this API (BSFs were already using it).
>
> I'm currently working on a similar patch for lavfi, lavf and lavd. Note that I'm not entirely sure how to properly deprecate stuff so if that's incorrect some advice would be appreciated.
>
> --
> Josh de Kock <josh at itanimul.li>

>+
>+#include "codec_list.c"
>+

Building outside ffmpeg tree, I got
CC      libavcodec/allcodecs.o
CC      libavcodec/alsdec.o
src/libavcodec/allcodecs.c:756:24: fatal error: codec_list.c: No such
file or directory
compilation terminated.

Also, the patch contains tabs and trailing whitespace.


More information about the ffmpeg-devel mailing list