summaryrefslogtreecommitdiffstats
path: root/libmpdemux/stheader.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmpdemux/stheader.h')
-rw-r--r--libmpdemux/stheader.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/libmpdemux/stheader.h b/libmpdemux/stheader.h
index 5abd964e0a..ae9a13b231 100644
--- a/libmpdemux/stheader.h
+++ b/libmpdemux/stheader.h
@@ -43,11 +43,11 @@
char* lang; /* track language */ \
int default_track; \
-typedef struct {
+typedef struct sh_common {
SH_COMMON
} sh_common_t;
-typedef struct {
+typedef struct sh_audio {
SH_COMMON
int aid;
// output format:
@@ -86,7 +86,7 @@ typedef struct {
int pts_bytes; // bytes output by decoder after last known pts
} sh_audio_t;
-typedef struct {
+typedef struct sh_video {
SH_COMMON
int vid;
float timer; // absolute time in video stream, since last start/seek
@@ -119,7 +119,7 @@ typedef struct {
void* ImageDesc; // for quicktime codecs
} sh_video_t;
-typedef struct {
+typedef struct sh_sub {
SH_COMMON
int sid;
char type; // t = text, v = VobSub, a = SSA/ASS