summaryrefslogtreecommitdiffstats
path: root/demux/demux.h
diff options
context:
space:
mode:
Diffstat (limited to 'demux/demux.h')
-rw-r--r--demux/demux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/demux/demux.h b/demux/demux.h
index e882e90da8..2c1e3a20fa 100644
--- a/demux/demux.h
+++ b/demux/demux.h
@@ -174,7 +174,7 @@ typedef struct demuxer {
int64_t filepos; // input stream current pos.
char *filename; // same as stream->url
bool seekable;
- bool partially_seekable; // implies seekable=true
+ bool partially_seekable; // true if _maybe_ seekable; implies seekable=true
double start_time;
// File format allows PTS resets (even if the current file is without)
bool ts_resets_possible;