diff options
author | Chris Robinson <[email protected]> | 2014-07-18 01:21:42 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2014-07-18 01:21:42 -0700 |
commit | 17682cb0ce2f8bf5430b7e8388b5650f7b556fb5 (patch) | |
tree | ae69389e869f0f1f5c9c5fde0e297a1058ab62fe /examples | |
parent | 23cae7783da9cb18096ba0c02177d6f5ca6a8663 (diff) |
Explicitly include libavutil/channel_layout.h for the channel layout stuff
Diffstat (limited to 'examples')
-rw-r--r-- | examples/alffplay.c | 1 |
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> |