From be38aaba4a8e4382c6a9c8dbef69a62db5a7c45b Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Tue, 22 Jan 2013 20:32:44 +0000 Subject: ffv1enc: include correct header Encoder needs put_bits.h, not get_bits.h Signed-off-by: Paul B Mahol --- libavcodec/ffv1enc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/ffv1enc.c') diff --git a/libavcodec/ffv1enc.c b/libavcodec/ffv1enc.c index 031db061fe..bdb7ccbb96 100644 --- a/libavcodec/ffv1enc.c +++ b/libavcodec/ffv1enc.c @@ -33,7 +33,7 @@ #include "libavutil/timer.h" #include "avcodec.h" #include "internal.h" -#include "get_bits.h" +#include "put_bits.h" #include "dsputil.h" #include "rangecoder.h" #include "golomb.h" -- cgit v1.2.3