From 6c211085bb66aabe196d1646abbbf3c4ced914df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= Date: Sat, 12 May 2012 17:26:01 +0200 Subject: doc/examples: use system headers in decoding_encoding and muxing. All the other examples already use the system installed headers. --- doc/examples/decoding_encoding.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/examples/decoding_encoding.c') diff --git a/doc/examples/decoding_encoding.c b/doc/examples/decoding_encoding.c index 9280b57..dfb6f3e 100644 --- a/doc/examples/decoding_encoding.c +++ b/doc/examples/decoding_encoding.c @@ -31,11 +31,11 @@ #include -#include "libavutil/imgutils.h" -#include "libavutil/opt.h" -#include "libavcodec/avcodec.h" -#include "libavutil/mathematics.h" -#include "libavutil/samplefmt.h" +#include +#include +#include +#include +#include #define INBUF_SIZE 4096 #define AUDIO_INBUF_SIZE 20480 -- cgit v1.1