[MPlayer-dev-eng] [PATCH] demux_ts additions
Diego Biurrun
diego at biurrun.de
Fri Aug 15 13:28:03 CEST 2003
Nico writes:
> I added to the MPEG-TS demuxer the following:
>
> - {"tsfastparse", &ts_fastparse, CONF_TYPE_INT, 0, 0, 0, NULL},
> + {"tsprog", &ts_prog, CONF_TYPE_INT, CONF_RANGE, 0, 65535, NULL},
Could you please document this option in the man page? Currently
tsfastparse is only of the last missing options and documentation for
its replacement would be very much appreciated.
> + //controllare se la dimensione delle sezioni eccede priv->pat.buffer_len
> + //controllare il CRC32
lol
OK, let me see if I can translate this correctly:
+ //check if the section dimenstion exceeds priv->pat.buffer_len
+ //check the CRC32
I suggest you change that comment into a language more people here can
understand ;)
Diego
More information about the MPlayer-dev-eng
mailing list