diff options
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) { |
