Include libavutil/channel_layout.h instead of libavutil/audioconvert.h

Also reorder some other #include when applicable.
This commit is contained in:
Justin Ruggles
2012-11-10 10:00:00 -05:00
parent 5980f5dd18
commit a903f8f087
78 changed files with 99 additions and 103 deletions

View File

@@ -31,7 +31,7 @@
#include <alsa/asoundlib.h>
#include "libavformat/avformat.h"
#include "libavutil/avassert.h"
#include "libavutil/audioconvert.h"
#include "libavutil/channel_layout.h"
#include "alsa-audio.h"