From fd44aa2204cc24204779cd73678ca08016319737 Mon Sep 17 00:00:00 2001 From: Peter Schlaile Date: Sun, 23 Sep 2007 14:04:23 +0000 Subject: == Sequencer / FFMPEG == Updated FFMPEG to latest version. Since we now use swscaler, things should be a lot faster! Please check on Big-Endian, if this still works! --- source/blender/imbuf/intern/IMB_anim.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'source/blender/imbuf/intern/IMB_anim.h') diff --git a/source/blender/imbuf/intern/IMB_anim.h b/source/blender/imbuf/intern/IMB_anim.h index 602b13df4ca..f3514a92ae4 100644 --- a/source/blender/imbuf/intern/IMB_anim.h +++ b/source/blender/imbuf/intern/IMB_anim.h @@ -81,6 +81,7 @@ #ifdef WITH_FFMPEG #include #include +#include #endif #include "IMB_imbuf_types.h" @@ -181,7 +182,8 @@ struct anim { AVCodecContext *pCodecCtx; AVCodec *pCodec; AVFrame *pFrameRGB; - AVFrame *pFrame; + AVFrame *pFrame; + struct SwsContext *img_convert_ctx; int videoStream; #endif -- cgit v1.2.3