aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/evc_parser.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2023-07-17 02:56:57 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2023-07-24 10:37:07 +0200
commit6e5e74c55bb71e17dcfc7519c6badf3334644f48 (patch)
tree7da74033c80efb702a90ceb6420758f76b388a7f /libavcodec/evc_parser.c
parent3fe98db7bbe7132a5d0893597ed5d68923902965 (diff)
downloadffmpeg-6e5e74c55bb71e17dcfc7519c6badf3334644f48.tar.gz
avcodec/evc*: Improve included headers
In particular, don't include avcodec.h in evc_frame_merge_bsf.c. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/evc_parser.c')
-rw-r--r--libavcodec/evc_parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/evc_parser.c b/libavcodec/evc_parser.c
index 76790d8111..8590ebcdaf 100644
--- a/libavcodec/evc_parser.c
+++ b/libavcodec/evc_parser.c
@@ -20,7 +20,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#include "parser.h"
+#include "avcodec.h"
#include "bytestream.h"
#include "evc.h"
#include "evc_parse.h"