summaryrefslogtreecommitdiffstats
path: root/audio/decode
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-11-10 16:19:45 +0100
committerwm4 <wm4@nowhere>2012-11-12 20:08:24 +0100
commit46cf722d801ecd26e9103176d9caf28867c3596c (patch)
treeb3aa0f361ea1972ffe4cf80aa00aa254dbdcd577 /audio/decode
parent4873b32c5959c988af1769529ff72e3fd62fba82 (diff)
downloadmpv-46cf722d801ecd26e9103176d9caf28867c3596c.tar.bz2
mpv-46cf722d801ecd26e9103176d9caf28867c3596c.tar.xz
Add missing compat/libav.h includes
For avcodec_free_frame().
Diffstat (limited to 'audio/decode')
-rw-r--r--audio/decode/ad_lavc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/decode/ad_lavc.c b/audio/decode/ad_lavc.c
index 2342a6985f..ac72d62212 100644
--- a/audio/decode/ad_lavc.c
+++ b/audio/decode/ad_lavc.c
@@ -35,6 +35,7 @@
#include "audio/reorder_ch.h"
#include "compat/mpbswap.h"
+#include "compat/libav.h"
static const ad_info_t info =
{