# HG changeset patch # User nicodvb # Date 1180779997 0 # Node ID 2e79a9d381dcb09af088df52d0d28770388973d7 # Parent 8ee9006258f8d281c084177f7b08ad85b7d3392d prog_id is an uint16_t; reported by Mario Rossi (mariofurire googlemail com) diff -r 8ee9006258f8 -r 2e79a9d381dc libmpdemux/demux_ts.c --- a/libmpdemux/demux_ts.c Sat Jun 02 01:56:22 2007 +0000 +++ b/libmpdemux/demux_ts.c Sat Jun 02 10:26:37 2007 +0000 @@ -540,7 +540,7 @@ 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;