From 65e32eea733f1dff59d5b8fcec68f6db08a003c0 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Mon, 17 Oct 2011 20:23:24 +0200 Subject: examples/decoding_encoding.c: silence compiler warning Signed-off-by: Michael Niedermayer --- doc/examples/decoding_encoding.c | 1 + 1 file changed, 1 insertion(+) (limited to 'doc') 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" -- cgit v1.1