From 29da1abab9aa2714062a95d6b98afbde23bd763f Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Mon, 10 Jun 2013 11:56:16 +0100 Subject: fixed 2 thread render issue --- rotord/libavwrapper_guarded.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rotord/libavwrapper_guarded.h') diff --git a/rotord/libavwrapper_guarded.h b/rotord/libavwrapper_guarded.h index 646f23c..faa4a2e 100755 --- a/rotord/libavwrapper_guarded.h +++ b/rotord/libavwrapper_guarded.h @@ -213,6 +213,8 @@ namespace libav { AVCodec *audio_codec, *video_codec; double audio_pts, video_pts; + struct SwsContext *sws_ctx; + int audioframesize; float audiostep; int w; -- cgit v1.2.3