Module: libav Branch: master Commit: fede015468e696b0dad01a03f6628c1a4cae955e
Author: Paul B. Mahol <[email protected]> Committer: Janne Grunau <[email protected]> Date: Wed Dec 21 00:19:12 2011 +0000 v410dec: include correct headers This file does not use anything from get_bits.h but needs intreadwrite.h. Signed-off-by: Paul B Mahol <[email protected]> Signed-off-by: Janne Grunau <[email protected]> --- libavcodec/v410dec.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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) { _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
