[vlc-commits] avcodec: use directly channel_layout.h
Felix Paul Kühne
git at videolan.org
Mon Sep 7 17:52:50 CEST 2015
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Mon Sep 7 17:49:47 2015 +0200| [d185cfaad5353822849723a31ac25d65d8d23d00] | committer: Felix Paul Kühne
avcodec: use directly channel_layout.h
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d185cfaad5353822849723a31ac25d65d8d23d00
---
modules/codec/avcodec/encoder.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/codec/avcodec/encoder.c b/modules/codec/avcodec/encoder.c
index 3bcdc88..92f5554 100644
--- a/modules/codec/avcodec/encoder.c
+++ b/modules/codec/avcodec/encoder.c
@@ -43,7 +43,7 @@
#include <vlc_cpu.h>
#include <libavcodec/avcodec.h>
-#include <libavutil/audioconvert.h>
+#include <libavutil/channel_layout.h>
#include "avcodec.h"
#include "avcommon.h"
More information about the vlc-commits
mailing list