remove stale warning about time handling

This commit is contained in:
Scott Lamb 2020-12-22 19:51:50 -08:00
parent b078851ad7
commit 7fbbd82ae7

View File

@ -1,10 +1,6 @@
# Moonfire NVR Time Handling
Status: **current**. The approach below works well for video, but audio frames'
durations can't be adjusted as easily. As part of implementing audio support,
the implementation is changing to instead decouple "wall time" and "media time",
as described in
[this comment](https://github.com/scottlamb/moonfire-nvr/issues/34#issuecomment-651548468).
Status: **current**.
> A man with a watch knows what time it is. A man with two watches is never
> sure.
@ -349,4 +345,4 @@ Schema versions prior to 6 used a simpler database schema which didn't
distinguish between "wall" and "media" time. Instead, the durations of video
samples were adjusted for clock correction. This approach worked well for
video. It couldn't be extended to audio without decoding and re-encoding to
adjust same lengths and pitch.
adjust same lengths and pitch.