diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-10-17 20:23:24 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-10-17 20:23:24 +0200 |
commit | 65e32eea733f1dff59d5b8fcec68f6db08a003c0 (patch) | |
tree | c924b8b2d7b19af7cb894225f7e79bb56b69dd0e /doc | |
parent | 98140abe85a3588fb9e49c8438e27e43f8802e03 (diff) | |
download | ffmpeg-streaming-65e32eea733f1dff59d5b8fcec68f6db08a003c0.zip ffmpeg-streaming-65e32eea733f1dff59d5b8fcec68f6db08a003c0.tar.gz |
examples/decoding_encoding.c: silence compiler warning
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc')
-rw-r--r-- | 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" |