diff options
| author | Comment <tim@gray.(none)> | 2013-10-09 08:35:46 -0700 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2013-10-09 08:35:46 -0700 |
| commit | 995abf233bdff53f7066b0d9917b1296108a13c3 (patch) | |
| tree | f8a648cdefec5a555ad80dd495eb1cf34c3b49de /rotord/src/libavwrapper.h | |
| parent | b6371faf2b8a87c3a60604f8fd25dd29a828e0da (diff) | |
default to non fragmented movie
Diffstat (limited to 'rotord/src/libavwrapper.h')
| -rw-r--r-- | rotord/src/libavwrapper.h | 1 |
1 files changed, 1 insertions, 0 deletions
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) { |
