summaryrefslogtreecommitdiff
path: root/libavformat/rtpdec_hevc.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-03-22 13:06:05 +0100
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-03-23 23:45:39 +0100
commit1dcd0adedd15f2595d51febbfc171c576c9e080a (patch)
treeb832278f221dd4e06f4918bc42a24e02d56ddec7 /libavformat/rtpdec_hevc.c
parent33df1ba6b29362854b647dc0c116ed8949ecee1f (diff)
downloadffmpeg-1dcd0adedd15f2595d51febbfc171c576c9e080a.tar.gz
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>
Diffstat (limited to 'libavformat/rtpdec_hevc.c')
-rw-r--r--libavformat/rtpdec_hevc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavformat/rtpdec_hevc.c b/libavformat/rtpdec_hevc.c
index f467104ca5..a739ed5bd2 100644
--- a/libavformat/rtpdec_hevc.c
+++ b/libavformat/rtpdec_hevc.c
@@ -21,8 +21,6 @@
#include "libavutil/avassert.h"
#include "libavutil/avstring.h"
-#include "libavutil/base64.h"
-#include "libavcodec/get_bits.h"
#include "avformat.h"
#include "internal.h"