summaryrefslogtreecommitdiffstats
path: root/src/uscxml/plugins/invoker/ffmpeg/FFMPEGInvoker.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uscxml/plugins/invoker/ffmpeg/FFMPEGInvoker.h')
-rw-r--r--src/uscxml/plugins/invoker/ffmpeg/FFMPEGInvoker.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/uscxml/plugins/invoker/ffmpeg/FFMPEGInvoker.h b/src/uscxml/plugins/invoker/ffmpeg/FFMPEGInvoker.h
index e95b32e..ecce031 100644
--- a/src/uscxml/plugins/invoker/ffmpeg/FFMPEGInvoker.h
+++ b/src/uscxml/plugins/invoker/ffmpeg/FFMPEGInvoker.h
@@ -46,7 +46,8 @@ protected:
frame_count(0),
width(0),
height(0),
- sws_flags(SWS_BICUBIC) {}
+ sws_flags(SWS_BICUBIC),
+ sws_ctx(NULL) {}
virtual ~EncodingContext() {
if (sws_ctx)