[FFmpeg-cvslog] lavc/dolby_e_parser: #include avcodec.h explicitly

Anton Khirnov git at videolan.org
Thu Jun 10 17:56:14 EEST 2021


ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Fri May 21 18:19:39 2021 +0200| [93822dacb903009ae21574771c8d25b09b18b8ed] | committer: Anton Khirnov

lavc/dolby_e_parser: #include avcodec.h explicitly

This file uses definitions from it, but relies on an indirect include
through get_bits.h

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=93822dacb903009ae21574771c8d25b09b18b8ed
---

 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"



More information about the ffmpeg-cvslog mailing list