[FFmpeg-cvslog] graph2dot: Add missing #include for av_get_channel_layout_string()

Diego Biurrun git at videolan.org
Tue Nov 5 12:17:11 CET 2013


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Mon Nov  4 22:33:16 2013 +0100| [82c86d0b1839b01b3cd0dd848fb6416ff21506dd] | committer: Diego Biurrun

graph2dot: Add missing #include for av_get_channel_layout_string()

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=82c86d0b1839b01b3cd0dd848fb6416ff21506dd
---

 tools/graph2dot.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/graph2dot.c b/tools/graph2dot.c
index 86d3d14..12f1066 100644
--- a/tools/graph2dot.c
+++ b/tools/graph2dot.c
@@ -25,6 +25,7 @@
 #include <stdio.h>
 #include <string.h>
 
+#include "libavutil/channel_layout.h"
 #include "libavutil/mem.h"
 #include "libavutil/pixdesc.h"
 #include "libavutil/audioconvert.h"



More information about the ffmpeg-cvslog mailing list