[MPlayer-dev-eng] [PATCH] demux_ts fixes

Nico nsabbi at libero.it
Sat Oct 11 14:52:38 CEST 2003


It's the same value used in the default for ts_probe, so it can be 
safely removed.
If you prefer I will define the macro in cfg-common.h and use that 
instead of 2000000.

BTW tonight or tomorrow I will post a new comprehensive patch that fixes 
some bugs related to seeking
and simplifies  certain functions, so you can ignore that patch if you 
prefer.


Thanks,
        Nico

Attila Kinali wrote:

>On Wed, 17 Sep 2003 22:59:18 +0200
>Nico <nsabbi at libero.it> wrote:
>
>
>  
>
>>[demux_ts.c-20030917.diff  text/plain (32813 bytes)]
>>diff -Naur main/cfg-common.h main2/cfg-common.h
>>--- main/cfg-common.h	2003-09-06 02:23:44.000000000 +0200
>>+++ main2/cfg-common.h	2003-09-17 22:18:11.000000000 +0200
>>+	{"tsprobe", &ts_probe, CONF_TYPE_POSITION, 0, 0, 2000000, NULL},
>>diff -Naur main/libmpdemux/demux_ts.c main2/libmpdemux/demux_ts.c
>>--- main/libmpdemux/demux_ts.c	2003-09-08 12:07:52.000000000 +0200
>>+++ main2/libmpdemux/demux_ts.c	2003-09-17 22:13:51.000000000 +0200
>>@@ -42,12 +42,13 @@
>>-#define MAX_PROBE_SIZE	2000000
>>    
>>
>
>Should this define not be in cfg-common.h as it's used for the
>upper limit of -tsprobe.
>
>
>			Attila Kinali
>  
>




More information about the MPlayer-dev-eng mailing list