avcodec/profiles: Don't include avcodec.h
Forgotten in 8238bc0b5e.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
@@ -18,7 +18,8 @@
|
|||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
#include "avcodec.h"
|
#include "codec.h"
|
||||||
|
#include "defs.h"
|
||||||
#include "profiles.h"
|
#include "profiles.h"
|
||||||
|
|
||||||
#if !CONFIG_SMALL
|
#if !CONFIG_SMALL
|
||||||
|
|||||||
@@ -19,7 +19,8 @@
|
|||||||
#ifndef AVCODEC_PROFILES_H
|
#ifndef AVCODEC_PROFILES_H
|
||||||
#define AVCODEC_PROFILES_H
|
#define AVCODEC_PROFILES_H
|
||||||
|
|
||||||
#include "avcodec.h"
|
#include "codec.h"
|
||||||
|
#include "defs.h"
|
||||||
#include "libavutil/opt.h"
|
#include "libavutil/opt.h"
|
||||||
|
|
||||||
#define FF_AVCTX_PROFILE_OPTION(name, description, type, value) \
|
#define FF_AVCTX_PROFILE_OPTION(name, description, type, value) \
|
||||||
|
|||||||
Reference in New Issue
Block a user