[FFmpeg-cvslog] examples/decoding_encoding.c: silence compiler warning

Michael Niedermayer git at videolan.org
Mon Oct 17 20:59:34 CEST 2011


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Mon Oct 17 20:23:24 2011 +0200| [65e32eea733f1dff59d5b8fcec68f6db08a003c0] | committer: Michael Niedermayer

examples/decoding_encoding.c: silence compiler warning

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

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

 doc/examples/decoding_encoding.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/doc/examples/decoding_encoding.c b/doc/examples/decoding_encoding.c
index 213b8ec..debf591 100644
--- a/doc/examples/decoding_encoding.c
+++ b/doc/examples/decoding_encoding.c
@@ -29,6 +29,7 @@
  * format handling
  */
 
+#include "libavutil/imgutils.h"
 #include "libavutil/opt.h"
 #include "libavcodec/avcodec.h"
 #include "libavutil/mathematics.h"



More information about the ffmpeg-cvslog mailing list