diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-03-19 22:48:18 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-03-19 22:48:18 +0000 |
commit | fd417a2e958b0f38be68a09c1316324f1e9589c4 (patch) | |
tree | 7732a6bb62dbc1bf535a375c9a31b7784660c070 /src/input/libreal/sdpplin.h | |
parent | 320fa309c16c5b35844b06e4097fe5234856550c (diff) | |
parent | 7d85f38774705d6954c2c67b2e8c9991de3e0f87 (diff) | |
download | xine-lib-fd417a2e958b0f38be68a09c1316324f1e9589c4.tar.gz xine-lib-fd417a2e958b0f38be68a09c1316324f1e9589c4.tar.bz2 |
Merge from 1.1.
Diffstat (limited to 'src/input/libreal/sdpplin.h')
-rw-r--r-- | src/input/libreal/sdpplin.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input/libreal/sdpplin.h b/src/input/libreal/sdpplin.h index cb3b434d4..72cbaf731 100644 --- a/src/input/libreal/sdpplin.h +++ b/src/input/libreal/sdpplin.h @@ -37,7 +37,7 @@ typedef struct { char *id; char *bandwidth; - int stream_id; + uint16_t stream_id; char *range; char *length; char *rtpmap; @@ -81,7 +81,7 @@ typedef struct { int flags; int is_real_data_type; - int stream_count; + uint16_t stream_count; char *title; char *author; char *copyright; |