avformat: Remove unnecessary inclusions from libavcodec

Also improve the other headers a bit while at it.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt
2022-03-22 13:06:05 +01:00
parent 33df1ba6b2
commit 1dcd0adedd
19 changed files with 19 additions and 32 deletions

View File

@@ -21,10 +21,8 @@
#include "libavutil/avstring.h"
#include "libavcodec/bytestream.h"
#include "avio_internal.h"
#include "rtpdec_formats.h"
#include "rtpdec.h"
struct PayloadContext {
AVIOContext *buf;