aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2014-07-18 01:21:42 -0700
committerChris Robinson <[email protected]>2014-07-18 01:21:42 -0700
commit17682cb0ce2f8bf5430b7e8388b5650f7b556fb5 (patch)
treeae69389e869f0f1f5c9c5fde0e297a1058ab62fe /examples
parent23cae7783da9cb18096ba0c02177d6f5ca6a8663 (diff)
Explicitly include libavutil/channel_layout.h for the channel layout stuff
Diffstat (limited to 'examples')
-rw-r--r--examples/alffplay.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/alffplay.c b/examples/alffplay.c
index 04df6a83..d8ef0e57 100644
--- a/examples/alffplay.c
+++ b/examples/alffplay.c
@@ -17,6 +17,7 @@
#include <libavformat/avio.h>
#include <libavutil/time.h>
#include <libavutil/avstring.h>
+#include <libavutil/channel_layout.h>
#include <libswscale/swscale.h>
#include <libswresample/swresample.h>