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. --- libavcodec/ac3tab.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/ac3tab.c') diff --git a/libavcodec/ac3tab.c b/libavcodec/ac3tab.c index 951a1014ce..ebcfb0b921 100644 --- a/libavcodec/ac3tab.c +++ b/libavcodec/ac3tab.c @@ -24,7 +24,7 @@ * tables taken directly from the AC-3 spec. */ -#include "libavutil/audioconvert.h" +#include "libavutil/channel_layout.h" #include "avcodec.h" #include "ac3tab.h" -- cgit v1.2.1