OSDN Git Service

examples/decoding_encoding.c: silence compiler warning
authorMichael Niedermayer <michaelni@gmx.at>
Mon, 17 Oct 2011 18:23:24 +0000 (20:23 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Mon, 17 Oct 2011 18:23:24 +0000 (20:23 +0200)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
doc/examples/decoding_encoding.c

index 213b8ec..debf591 100644 (file)
@@ -29,6 +29,7 @@
  * format handling
  */
 
+#include "libavutil/imgutils.h"
 #include "libavutil/opt.h"
 #include "libavcodec/avcodec.h"
 #include "libavutil/mathematics.h"