diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-01-21 20:29:08 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-01-21 20:29:08 +0000 |
| commit | 102961229ac413e072d91a2929489a5e1450aa73 (patch) | |
| tree | 916b43beaceaa295683ec4d03bd6ec5dff27f906 /src/lib/ffmpeg_decoder.h | |
| parent | e99636828f740edc8941e168873fc6f99db72a69 (diff) | |
Remove duplicate audio/video pts offset variables and use just one.
Diffstat (limited to 'src/lib/ffmpeg_decoder.h')
| -rw-r--r-- | src/lib/ffmpeg_decoder.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/ffmpeg_decoder.h b/src/lib/ffmpeg_decoder.h index 11f83ed97..63a8f0c71 100644 --- a/src/lib/ffmpeg_decoder.h +++ b/src/lib/ffmpeg_decoder.h @@ -83,7 +83,6 @@ private: bool _decode_video; bool _decode_audio; - double _video_pts_offset; - double _audio_pts_offset; + double _pts_offset; bool _just_sought; }; |
