summaryrefslogtreecommitdiffstats
path: root/demux/demux.h
diff options
context:
space:
mode:
Diffstat (limited to 'demux/demux.h')
-rw-r--r--demux/demux.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/demux/demux.h b/demux/demux.h
index 9c9824658b..64b9f9f561 100644
--- a/demux/demux.h
+++ b/demux/demux.h
@@ -47,7 +47,7 @@ struct demux_ctrl_reader_state {
double ts_start; // approx. timestamp for the earliest packet buffered
double ts_min; // timestamp of the earliest packet in backward cache
// that can be seeked to (i.e. all streams have such
- // a packet for which SEEK_BACKWARD can be executed)
+ // a packet for which normal seeks can be executed)
double ts_max; // timestamp of latest packet in forward cache that can be
// seeked to
};
@@ -60,7 +60,7 @@ struct demux_ctrl_stream_ctrl {
#define SEEK_FACTOR (1 << 1) // argument is in range [0,1]
#define SEEK_FORWARD (1 << 2) // prefer later time if not exact
-#define SEEK_BACKWARD (1 << 3) // prefer earlier time if not exact
+ // (if unset, prefer earlier time)
#define SEEK_HR (1 << 5) // hr-seek (this is a weak hint only)
// Strictness of the demuxer open format check.