Re: [FFmpeg-devel] [PATCH 2/3] avcodec.h: split codec IDs into their own header

2020-04-10 Thread Anton Khirnov
Quoting James Almer (2020-04-08 15:27:40) > On 4/8/2020 4:42 AM, Anton Khirnov wrote: > > The stuff below used to inside the lavc_core doxy group (Which is a > subgroup of libavc). Can you either keep it that way, or maybe some > alternative that reflects this change? Right, that was a brainfart.

Re: [FFmpeg-devel] [PATCH 2/3] avcodec.h: split codec IDs into their own header

2020-04-08 Thread James Almer
On 4/8/2020 4:42 AM, Anton Khirnov wrote: > --- > doc/APIchanges| 3 +- > libavcodec/Makefile | 1 + > libavcodec/avcodec.h | 529 +-- > libavcodec/codec_id.h | 560 ++ > 4 files changed, 564 insertions(+),

[FFmpeg-devel] [PATCH 2/3] avcodec.h: split codec IDs into their own header

2020-04-08 Thread Anton Khirnov
--- doc/APIchanges| 3 +- libavcodec/Makefile | 1 + libavcodec/avcodec.h | 529 +-- libavcodec/codec_id.h | 560 ++ 4 files changed, 564 insertions(+), 529 deletions(-) create mode 100644 libavcodec/codec_