diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2023-09-02 12:11:59 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2023-09-07 00:30:08 +0200 |
commit | 0c6e5f321bf5c4054e8b98232692465b342b42b4 (patch) | |
tree | 54f06dd5e2fad39bf95aaae9b74acc4fa6f9e670 /libavcodec/hap.h | |
parent | 4e633e51da64d35c83ae9391a2734d2fd4ef7877 (diff) | |
download | ffmpeg-0c6e5f321bf5c4054e8b98232692465b342b42b4.tar.gz |
avformat/avformat: Avoid including codec.h, frame.h
AVCodec is only ever used as an incomplete type (i.e. via a pointer
to an AVCodec) in avformat.h and it is not really part of the core
of avformat.h or libavformat; almost none of our internal users
make use of it (and none make use of hwcontext.h, which is implicitly
included). So switch to use struct AVCodec, but continue to include
codec.h for external users for compatibility.
Also, do the same for AVFrame and frame.h, which is implicitly included
by codec.h (via lavu/hwcontext.h).
Also, remove an unnecessary inclusion of <time.h>.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/hap.h')
0 files changed, 0 insertions, 0 deletions