summaryrefslogtreecommitdiff
path: root/libavcodec/ac3enc.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-08-28 12:56:26 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-08-28 12:56:26 +0200
commita51bdbb0699b4029bc95b7e101e06890c0b5b3f2 (patch)
tree820eb94dcb1b0e87d6bf15447497512fa7dfa1a2 /libavcodec/ac3enc.c
parent91ba3f5a8f2de1612e4b496cd0a4ca805a9300ae (diff)
downloadffmpeg-a51bdbb0699b4029bc95b7e101e06890c0b5b3f2.tar.gz
avcodec/ac3enc: Add missing header
Needed for code under #ifdef DEBUG; broken in commit 59eadb5060acd07ad2d4dc5dbb354ee81f034222. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/ac3enc.c')
-rw-r--r--libavcodec/ac3enc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/ac3enc.c b/libavcodec/ac3enc.c
index 3fe625a659..a090576823 100644
--- a/libavcodec/ac3enc.c
+++ b/libavcodec/ac3enc.c
@@ -30,6 +30,7 @@
#include "libavutil/attributes.h"
#include "libavutil/avassert.h"
+#include "libavutil/avstring.h"
#include "libavutil/channel_layout.h"
#include "libavutil/crc.h"
#include "libavutil/internal.h"