Replace remaining includes of audioconvert.h with channel_layout.h

This commit is contained in:
Anton Khirnov
2013-03-07 08:16:07 +01:00
parent 542b83fc90
commit 0651e892e1
3 changed files with 3 additions and 3 deletions

View File

@@ -68,7 +68,7 @@
* transmitting them to the video decoder
*/
#include "libavutil/audioconvert.h"
#include "libavutil/channel_layout.h"
#include "libavutil/imgutils.h"
#include "libavutil/intreadwrite.h"
#include "avformat.h"