[vlc-commits] avcodec: use directly channel_layout.h

Jean-Baptiste Kempf git at videolan.org
Mon Aug 31 08:49:49 CEST 2015


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Aug 31 08:48:58 2015 +0200| [7db8b37716c044f93547d733d7f1bb313ed5226b] | committer: Jean-Baptiste Kempf

avcodec: use directly channel_layout.h

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7db8b37716c044f93547d733d7f1bb313ed5226b
---

 modules/codec/avcodec/audio.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/codec/avcodec/audio.c b/modules/codec/avcodec/audio.c
index b50adf8..08255b8 100644
--- a/modules/codec/avcodec/audio.c
+++ b/modules/codec/avcodec/audio.c
@@ -41,7 +41,7 @@
 #include <libavcodec/avcodec.h>
 #include <libavutil/mem.h>
 
-#include <libavutil/audioconvert.h>
+#include <libavutil/channel_layout.h>
 
 
 /*****************************************************************************



More information about the vlc-commits mailing list