summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2021-05-21 18:19:39 +0200
committerAnton Khirnov <anton@khirnov.net>2021-06-10 16:51:44 +0200
commit93822dacb903009ae21574771c8d25b09b18b8ed (patch)
treee07e7bfb0c143dd0a33632d5f2f53380adbef472 /libavcodec
parent9dbdabe0e0526a4ab7d9e2d2175679c741d19069 (diff)
lavc/dolby_e_parser: #include avcodec.h explicitly
This file uses definitions from it, but relies on an indirect include through get_bits.h
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/dolby_e_parser.c1
1 files changed, 1 insertions, 0 deletions
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"