prog_id is an uint16_t; reported by Mario Rossi (mariofurire googlemail com)

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23445 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
nicodvb 2007-06-02 10:26:37 +00:00
parent 0dbb81db10
commit 5fe0ff0e1b
1 changed files with 1 additions and 1 deletions

View File

@ -540,7 +540,7 @@ typedef struct {
int32_t atype, vtype, stype; //types
int32_t apid, vpid, spid; //stream ids
char slang[4], alang[4]; //languages
int16_t prog;
uint16_t prog;
off_t probe;
} tsdemux_init_t;