mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-29 22:00:58 +02:00
avcodec/profiles: Don't include avcodec.h
Forgotten in 8238bc0b5e3dba271217b1223a901b3f9713dc6e. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
33b1c7ebbf
commit
686d33a6b0
@ -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…
x
Reference in New Issue
Block a user