summaryrefslogtreecommitdiffstats
path: root/libmpdemux/stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmpdemux/stream.h')
-rw-r--r--libmpdemux/stream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmpdemux/stream.h b/libmpdemux/stream.h
index b051df2875..8df08fad50 100644
--- a/libmpdemux/stream.h
+++ b/libmpdemux/stream.h
@@ -31,7 +31,7 @@
int vcd_seek_to_track(int fd,int track);
void vcd_read_toc(int fd);
-typedef struct {
+typedef struct stream_st {
int fd; // file descriptor, see man open(2)
int type; // see STREAMTYPE_*
unsigned int buf_pos,buf_len;