| Index: talk/media/devices/filevideocapturer.h
|
| diff --git a/talk/media/devices/filevideocapturer.h b/talk/media/devices/filevideocapturer.h
|
| index 3ef82efed1044e389db36cc60a5a596fa9b3baaa..f72c638df14f375c2efb4030695e9a7c2db6abf2 100644
|
| --- a/talk/media/devices/filevideocapturer.h
|
| +++ b/talk/media/devices/filevideocapturer.h
|
| @@ -149,7 +149,6 @@ class FileVideoCapturer : public VideoCapturer {
|
| uint32 frame_buffer_size_;
|
| FileReadThread* file_read_thread_;
|
| int repeat_; // How many times to repeat the file.
|
| - int64 start_time_ns_; // Time when the file video capturer starts.
|
| int64 last_frame_timestamp_ns_; // Timestamp of last read frame.
|
| bool ignore_framerate_;
|
|
|
|
|