summaryrefslogtreecommitdiffstats
path: root/libmpdemux
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-02-21 20:02:50 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-02-21 20:02:50 +0000
commit6ed62435a74490185a5acb2e2e99b383c21df2e2 (patch)
treeea3d5e88f5a9313ae8661653361190d3b963bbcb /libmpdemux
parente0bc115b4d20cc2f46ac7773e7a6b3ba5d912f97 (diff)
downloadmpv-6ed62435a74490185a5acb2e2e99b383c21df2e2.tar.bz2
mpv-6ed62435a74490185a5acb2e2e99b383c21df2e2.tar.xz
Add names to anonymous structs sh_common, sh_audio, sh_video, sh_sub.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30685 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux')
-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