1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2026-05-04 21:08:03 +02:00
Files
FFmpeg/libavformat
Andreas Rheinhardt 2b41463b87 avformat/internal: Don't include avcodec.h
The general demuxing API uses parsers and decoders. Therefore
FFStream contains pointers to AVCodecContexts and
AVCodecParserContext and lavf/internal.h includes lavc/avcodec.h.

Yet actually only a few files files really use these; and it is best
when this number stays small. Therefore this commit uses opaque
structs in lavf/internal.h for these contexts and stops including
avcodec.h.
This also avoids including lavc/codec_desc.h implicitly. All other
headers are implicitly included as now (mostly through codec.h).

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
2022-09-26 03:02:50 +02:00
..
2022-09-23 20:27:35 +02:00
2022-09-23 20:27:35 +02:00
2022-09-24 17:57:35 +02:00
2022-09-04 15:03:32 -04:00
2022-09-24 17:57:36 +02:00
2022-09-24 17:57:37 +02:00
2022-09-10 17:32:47 +02:00
2022-09-22 17:44:05 +02:00
2022-07-16 22:40:44 +02:00
2022-09-16 10:02:19 +02:00
2022-09-23 20:27:35 +02:00
2022-09-24 18:28:19 +02:00
2022-07-07 21:52:52 +02:00
2022-08-31 16:24:22 +02:00
2022-09-23 20:27:35 +02:00