summaryrefslogtreecommitdiffstats
path: root/sub/sd.h
diff options
context:
space:
mode:
Diffstat (limited to 'sub/sd.h')
-rw-r--r--sub/sd.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sub/sd.h b/sub/sd.h
index 9e6b1eb0ec..cae3e156ee 100644
--- a/sub/sd.h
+++ b/sub/sd.h
@@ -22,6 +22,8 @@ struct sd {
char *extradata;
int extradata_len;
+ struct sh_stream *sh;
+
// Set to !=NULL if the input packets are being converted from another
// format.
const char *converted_from;
@@ -30,6 +32,8 @@ struct sd {
// the resolution of the VO, nor does it have to be the OSD resolution.
int sub_video_w, sub_video_h;
+ double video_fps;
+
// Shared renderer for ASS - done to avoid reloading embedded fonts.
struct ass_library *ass_library;
struct ass_renderer *ass_renderer;