Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: DVD replay is unsmooth



On 12 Apr 2002 Andreas Schultz <aschultz@cs.uni-magdeburg.de> wrote:

> The attached patch fixes the problem at least for "The Abyss". The value can 
> be decrease further when you still have problems, even (bufptr == buf) might 
> be possible.
> 
> --- 1.13/ca52.c Thu Apr 11 20:12:51 2002
> +++ edited/ca52.c       Fri Apr 12 20:11:25 2002
> @@ -333,7 +333,7 @@
>      int len;
> 
>      //do we enter with an empty buffer
> -    uint8_t sendPTS =  (bufptr - buf) < 100 ? 1 : 0;
> +    uint8_t sendPTS =  (bufptr - buf) < 40 ? 1 : 0;
>  #ifdef A52DEBUG
>      fprintf (stderr, "old buffer context: %d\n", bufptr - buf);
>  #endif

Ok, I wanted to try this today, but as I have updated to nav9a
before, I cannot find the right place to insert it.

Any ways, "The Abyss" plays fine with nav9a.
But could you please explain the new AC3 setup options:

AC3 dynamic range compression
AC3 new Audio syncing
low delay AC3 out

TIA

-- 
Stefan Huelswitt
huels@iname.com  | http://home.pages.de/~nathan



Home | Main Index | Thread Index