avcodec/profiles: Don't include avcodec.h

Forgotten in 8238bc0b5e.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt 2024-03-25 02:50:29 +01:00
parent 33b1c7ebbf
commit 686d33a6b0
2 changed files with 4 additions and 2 deletions

View File

@ -18,7 +18,8 @@
#include "config.h"
#include "avcodec.h"
#include "codec.h"
#include "defs.h"
#include "profiles.h"
#if !CONFIG_SMALL

View File

@ -19,7 +19,8 @@
#ifndef AVCODEC_PROFILES_H
#define AVCODEC_PROFILES_H
#include "avcodec.h"
#include "codec.h"
#include "defs.h"
#include "libavutil/opt.h"
#define FF_AVCTX_PROFILE_OPTION(name, description, type, value) \