Include avutil/channel_layout.h correctly.

This commit is contained in:
Themaister 2013-03-15 14:47:45 +01:00
parent d2665f8807
commit b470454923

View File

@ -26,6 +26,7 @@ extern "C" {
#include <libavformat/avformat.h>
#include <libavutil/avconfig.h>
#include <libavutil/pixdesc.h>
#include <libavutil/channel_layout.h>
#include <libswscale/swscale.h>
#ifdef __cplusplus
}