summaryrefslogtreecommitdiffstats
path: root/demux/stheader.h
diff options
context:
space:
mode:
Diffstat (limited to 'demux/stheader.h')
-rw-r--r--demux/stheader.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/demux/stheader.h b/demux/stheader.h
index b5f11c0ecc..efcec02d7b 100644
--- a/demux/stheader.h
+++ b/demux/stheader.h
@@ -58,7 +58,8 @@ struct sh_stream {
int lavf_codec_tag;
char *title;
- bool default_track;
+ bool default_track; // container default track flag
+ bool attached_picture; // stream is a picture (such as album art)
// shouldn't exist type of stuff
struct MPOpts *opts;