[FFmpeg-devel] [PATCH 10/25] lavc/dolby_e_parser: #include avcodec.h explicitly
Anton Khirnov
anton at khirnov.net
Fri May 21 21:00:41 EEST 2021
This file uses definitions from it, but relies on an indirect include
through get_bits.h
---
libavcodec/dolby_e_parser.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavcodec/dolby_e_parser.c b/libavcodec/dolby_e_parser.c
index 8e187523f3..ab8f1b6ef1 100644
--- a/libavcodec/dolby_e_parser.c
+++ b/libavcodec/dolby_e_parser.c
@@ -18,6 +18,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#include "avcodec.h"
#include "dolby_e.h"
#include "get_bits.h"
#include "put_bits.h"
--
2.30.2
More information about the ffmpeg-devel
mailing list