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, 0 insertions, 3 deletions
diff --git a/demux/stheader.h b/demux/stheader.h
index 03fdf4d2ea..2fe1ac40c5 100644
--- a/demux/stheader.h
+++ b/demux/stheader.h
@@ -102,7 +102,6 @@ typedef struct sh_common {
typedef struct sh_audio {
SH_COMMON
- int aid;
// output format:
int sample_format;
int samplerate;
@@ -134,7 +133,6 @@ typedef struct sh_audio {
typedef struct sh_video {
SH_COMMON
- int vid;
float timer; // absolute time in video stream, since last start/seek
// frame counters:
float num_frames; // number of frames played
@@ -173,7 +171,6 @@ typedef struct sh_video {
typedef struct sh_sub {
SH_COMMON
- int sid;
char type; // t = text, v = VobSub, a = SSA/ASS, m, x, b, d, p
bool active; // after track switch decoder may stay initialized, not active
unsigned char *extradata; // extra header data passed from demuxer