avcodec/profiles: Don't include avcodec.h

Forgotten in 8238bc0b5e.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
release/7.1
Andreas Rheinhardt 11 months ago
parent 33b1c7ebbf
commit 686d33a6b0
  1. 3
      libavcodec/profiles.c
  2. 3
      libavcodec/profiles.h

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

@ -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) \

Loading…
Cancel
Save