[FFmpeg-devel] [PATCH] avcodec/parser: move parsers list and related API to its own file

Michael Niedermayer michael at niedermayer.cc
Sat Jul 21 22:54:28 EEST 2018


On Sat, Jul 21, 2018 at 02:28:21PM -0300, James Almer wrote:
> And add it to the list of configurable components in Makefile, so changes to
> the file will be tracked and the usual warning to suggest re-running configure
> will be shown.
> 
> Signed-off-by: James Almer <jamrial at gmail.com>
> ---
>  Makefile             |   1 +
>  configure            |   2 +-
>  libavcodec/Makefile  |   1 +
>  libavcodec/parser.c  |  85 ----------------------------------
>  libavcodec/parsers.c | 106 +++++++++++++++++++++++++++++++++++++++++++
>  5 files changed, 109 insertions(+), 86 deletions(-)
>  create mode 100644 libavcodec/parsers.c

parser.c, parsers.c parser_list.c

decode.c (no decoder.c, no decoders, no decoder_list.c, no parse.c)
encode.c (matching decode but differing from parser)

seems a bit inconsistent, naming wise.

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

I have never wished to cater to the crowd; for what I know they do not
approve, and what they approve I do not know. -- Epicurus
-------------- 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/20180721/ab0ae1b3/attachment.sig>


More information about the ffmpeg-devel mailing list