summaryrefslogtreecommitdiffstats
path: root/libmpdemux/stheader.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmpdemux/stheader.h')
-rw-r--r--libmpdemux/stheader.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libmpdemux/stheader.h b/libmpdemux/stheader.h
index f55e8d2722..2d214966d2 100644
--- a/libmpdemux/stheader.h
+++ b/libmpdemux/stheader.h
@@ -54,6 +54,9 @@ struct sh_stream {
struct sh_video *video;
struct sh_sub *sub;
+ // Work around other hacks.
+ int lavf_codec_tag;
+
char *title;
bool default_track;