summaryrefslogtreecommitdiff
path: root/libavformat/flic.c
diff options
context:
space:
mode:
authorJustin Ruggles <justin.ruggles@gmail.com>2012-11-10 10:00:00 -0500
committerJustin Ruggles <justin.ruggles@gmail.com>2012-11-11 13:35:12 -0500
commita903f8f087b0bdcc5643054147f3a5f278e7eb99 (patch)
tree3a0d5ab7ebe28e9ed5529f9ac4ae3291aa56c498 /libavformat/flic.c
parent5980f5dd18822f29cfd583c9c085c3e77d81aa72 (diff)
Include libavutil/channel_layout.h instead of libavutil/audioconvert.h
Also reorder some other #include when applicable.
Diffstat (limited to 'libavformat/flic.c')
-rw-r--r--libavformat/flic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/flic.c b/libavformat/flic.c
index 60197638e5..2eb6f057b4 100644
--- a/libavformat/flic.c
+++ b/libavformat/flic.c
@@ -31,8 +31,8 @@
* special FLIs from the PC games "Magic Carpet" and "X-COM: Terror from the Deep".
*/
+#include "libavutil/channel_layout.h"
#include "libavutil/intreadwrite.h"
-#include "libavutil/audioconvert.h"
#include "avformat.h"
#include "internal.h"