From: Paul B. Mahol Date: Wed, 21 Dec 2011 00:19:12 +0000 (+0000) Subject: v410dec: include correct headers X-Git-Tag: v0.8b1~67 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fede015468e696b0dad01a03f6628c1a4cae955e;p=platform%2Fupstream%2Flibav.git v410dec: include correct headers This file does not use anything from get_bits.h but needs intreadwrite.h. Signed-off-by: Paul B Mahol Signed-off-by: Janne Grunau --- diff --git a/libavcodec/v410dec.c b/libavcodec/v410dec.c index 5df95f8..71cbe0b 100644 --- a/libavcodec/v410dec.c +++ b/libavcodec/v410dec.c @@ -20,8 +20,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +#include "libavutil/intreadwrite.h" #include "avcodec.h" -#include "get_bits.h" static av_cold int v410_decode_init(AVCodecContext *avctx) {