From 25c8507818d8559a6654a5b30a0f8aae11a48181 Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt Date: Mon, 14 Jun 2021 18:03:55 +0200 Subject: Remove/replace some unnecessary avcodec.h inclusions Also remove other unnecessary headers and include headers directly while at it. Signed-off-by: Andreas Rheinhardt --- libavformat/mxf.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/mxf.c') diff --git a/libavformat/mxf.c b/libavformat/mxf.c index 7c355d789b..36d662b58c 100644 --- a/libavformat/mxf.c +++ b/libavformat/mxf.c @@ -20,6 +20,7 @@ */ #include "libavutil/common.h" +#include "libavcodec/codec_id.h" #include "mxf.h" const uint8_t ff_mxf_random_index_pack_key[16] = { 0x06,0x0e,0x2b,0x34,0x02,0x05,0x01,0x01,0x0d,0x01,0x02,0x01,0x01,0x11,0x01,0x00 }; -- cgit v1.2.3