// need to keep a reference to pfd_saf for as long as writer, to avoid getting garbage collected - see https://sourceforge.net/p/opencamera/tickets/417/
@SuppressWarnings("FieldCanBeLocal")
privateParcelFileDescriptorpfd_saf;
privateOutputStreamWriterwriter;
privateintcount=1;
privatelongmin_video_time_from=0;
@@ -2054,7 +2057,7 @@ public class MyApplicationInterface extends BasicApplicationInterface {