diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-03-07 08:16:07 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-03-08 07:42:13 +0100 |
commit | 0651e892e16dce05d19c466b3532b754c256d2ad (patch) | |
tree | cbd1d8481fd72b2eda6b3e2a294867d48417aeb0 /libavutil/frame.c | |
parent | 542b83fc90c188f868607861f2bb196a7c700835 (diff) | |
download | ffmpeg-0651e892e16dce05d19c466b3532b754c256d2ad.tar.gz |
Replace remaining includes of audioconvert.h with channel_layout.h
Diffstat (limited to 'libavutil/frame.c')
-rw-r--r-- | libavutil/frame.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/frame.c b/libavutil/frame.c index 560bab99a7..7a2a4d183b 100644 --- a/libavutil/frame.c +++ b/libavutil/frame.c @@ -17,7 +17,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include "audioconvert.h" +#include "channel_layout.h" #include "buffer.h" #include "common.h" #include "dict.h" |