mirror of
https://github.com/mpv-player/mpv
synced 2025-01-19 13:51:14 +00:00
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:
parent
0dbb81db10
commit
5fe0ff0e1b
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user