summaryrefslogtreecommitdiffstats
path: root/common/playlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/playlist.h')
-rw-r--r--common/playlist.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/playlist.h b/common/playlist.h
index ea0e3698a2..916d21bf45 100644
--- a/common/playlist.h
+++ b/common/playlist.h
@@ -41,6 +41,9 @@ struct playlist_entry {
bool playback_short : 1;
// Set to true if not at least 1 frame (audio or video) could be played.
bool init_failed : 1;
+ // If set, assume that this is e.g. from an external playlist, and needs an
+ // additional safety check.
+ bool unsafe_origin : 1;
};
struct playlist {