summaryrefslogtreecommitdiffstats
path: root/libaf
diff options
context:
space:
mode:
Diffstat (limited to 'libaf')
-rw-r--r--libaf/af_lavcac3enc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libaf/af_lavcac3enc.c b/libaf/af_lavcac3enc.c
index 1208887ac1..dd454a73ba 100644
--- a/libaf/af_lavcac3enc.c
+++ b/libaf/af_lavcac3enc.c
@@ -30,8 +30,8 @@
#include "help_mp.h"
#include "reorder_ch.h"
-#include "avcodec.h"
-#include "ac3.h"
+#include "libavcodec/avcodec.h"
+#include "libavcodec/ac3.h"
// Data for specific instances of this filter
typedef struct af_ac3enc_s {