summaryrefslogtreecommitdiff
path: root/rotord/libavwrapper_guarded.cpp
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2013-06-10 11:56:16 +0100
committerTim Redfern <tim@eclectronics.org>2013-06-10 11:56:16 +0100
commit29da1abab9aa2714062a95d6b98afbde23bd763f (patch)
treea5050809f2abb5aa312d1a5e80c58a23c1f5e5e5 /rotord/libavwrapper_guarded.cpp
parent368eb2f91b736bdd710ee8023abce449896d17b4 (diff)
fixed 2 thread render issue
Diffstat (limited to 'rotord/libavwrapper_guarded.cpp')
-rwxr-xr-xrotord/libavwrapper_guarded.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/rotord/libavwrapper_guarded.cpp b/rotord/libavwrapper_guarded.cpp
index 83a92a7..be61ae9 100755
--- a/rotord/libavwrapper_guarded.cpp
+++ b/rotord/libavwrapper_guarded.cpp
@@ -1353,7 +1353,7 @@ void libav::exporter::open_video(AVFormatContext *oc, AVCodec *codec, AVStream *
void libav::exporter::write_video_frame(AVFormatContext *oc, AVStream *st, uint8_t *pixels)
{
int ret;
- static struct SwsContext *sws_ctx;
+
AVCodecContext *c = st->codec;
/*