From 995abf233bdff53f7066b0d9917b1296108a13c3 Mon Sep 17 00:00:00 2001 From: Comment Date: Wed, 9 Oct 2013 08:35:46 -0700 Subject: default to non fragmented movie --- rotord/src/libavwrapper.h | 1 + 1 file changed, 1 insertion(+) (limited to 'rotord/src/libavwrapper.h') diff --git a/rotord/src/libavwrapper.h b/rotord/src/libavwrapper.h index 6391af9..bf073fc 100644 --- a/rotord/src/libavwrapper.h +++ b/rotord/src/libavwrapper.h @@ -164,6 +164,7 @@ namespace libav { public: exporter(){ sws_ctx = NULL; + fragmentation=false; } virtual ~exporter(){ if (NULL != sws_ctx) { -- cgit v1.2.3