diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2023-07-17 02:56:57 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2023-07-24 10:37:07 +0200 |
commit | 6e5e74c55bb71e17dcfc7519c6badf3334644f48 (patch) | |
tree | 7da74033c80efb702a90ceb6420758f76b388a7f /libavcodec/evc_parser.c | |
parent | 3fe98db7bbe7132a5d0893597ed5d68923902965 (diff) | |
download | ffmpeg-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.c | 2 |
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" |