From a903f8f087b0bdcc5643054147f3a5f278e7eb99 Mon Sep 17 00:00:00 2001 From: Justin Ruggles Date: Sat, 10 Nov 2012 10:00:00 -0500 Subject: Include libavutil/channel_layout.h instead of libavutil/audioconvert.h Also reorder some other #include when applicable. --- libavformat/mov_chan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/mov_chan.c') diff --git a/libavformat/mov_chan.c b/libavformat/mov_chan.c index 00a2a4bb92..aa7ba1079f 100644 --- a/libavformat/mov_chan.c +++ b/libavformat/mov_chan.c @@ -25,7 +25,7 @@ #include -#include "libavutil/audioconvert.h" +#include "libavutil/channel_layout.h" #include "libavcodec/avcodec.h" #include "mov_chan.h" -- cgit v1.2.3