1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-10 06:10:52 +02:00

lavf/internal: include avcodec.h explicitly

Do not depend on avformat.h to provide it.
This commit is contained in:
Anton Khirnov
2021-05-21 18:28:40 +02:00
parent 5d920255aa
commit c4c6c83421

View File

@@ -24,6 +24,9 @@
#include <stdint.h>
#include "libavutil/bprint.h"
#include "libavcodec/avcodec.h"
#include "avformat.h"
#include "os_support.h"