diff options
author | Paul B Mahol <onemda@gmail.com> | 2012-11-13 13:16:48 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2012-11-13 13:21:21 +0000 |
commit | 1acd2f6ba7bc85d4aab6f0ebdc56c8d21785640e (patch) | |
tree | 6269ef27e201fd8cd8646f565565976e224a6337 /tools/graph2dot.c | |
parent | e97a24109c629d8a65bc52b4ec5a6952a7b30284 (diff) | |
download | ffmpeg-1acd2f6ba7bc85d4aab6f0ebdc56c8d21785640e.tar.gz |
Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.h
Also remove it in once case when it is not needed.
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'tools/graph2dot.c')
-rw-r--r-- | tools/graph2dot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/graph2dot.c b/tools/graph2dot.c index 4a30beb754..74075c7af2 100644 --- a/tools/graph2dot.c +++ b/tools/graph2dot.c @@ -25,9 +25,9 @@ #include <stdio.h> #include <string.h> +#include "libavutil/channel_layout.h" #include "libavutil/mem.h" #include "libavutil/pixdesc.h" -#include "libavutil/audioconvert.h" #include "libavfilter/avfiltergraph.h" #if !HAVE_GETOPT |