summaryrefslogtreecommitdiffstats
path: root/demux/packet.h
diff options
context:
space:
mode:
Diffstat (limited to 'demux/packet.h')
-rw-r--r--demux/packet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/demux/packet.h b/demux/packet.h
index 8087216355..6a0423fe8f 100644
--- a/demux/packet.h
+++ b/demux/packet.h
@@ -59,7 +59,7 @@ typedef struct demux_packet {
double start, end; // set to non-NOPTS iff segmented is set
// subtitles only
- bool animated;
+ int animated; // -1 is unknown
bool seen;
int seen_pos;
double sub_duration;