X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=plugins%2Fmpeg%2Finput_ts.h;h=99006f357f8c7df8da41e9e961c7dbe454e7de4d;hb=910f40f93c543d78c5c9f3da3f5a5706be98b453;hp=f45d22902d6247538f71d33f4b5048c3dcd94e30;hpb=9584da59d18a95604a43843009bad4e27c9d8226;p=vlc diff --git a/plugins/mpeg/input_ts.h b/plugins/mpeg/input_ts.h index f45d22902d..99006f357f 100644 --- a/plugins/mpeg/input_ts.h +++ b/plugins/mpeg/input_ts.h @@ -2,7 +2,7 @@ * input.h: structures of the input not exported to other modules ***************************************************************************** * Copyright (C) 1999, 2000 VideoLAN - * $Id: input_ts.h,v 1.1 2001/02/14 15:58:29 henri Exp $ + * $Id: input_ts.h,v 1.2 2001/02/21 04:38:59 henri Exp $ * * Authors: * @@ -22,12 +22,10 @@ *****************************************************************************/ -// #define NB_DATA 16384 -// #define NB_PES 8192 -#define NB_DATA 17000 -#define NB_PES 9000 - +#define NB_DATA 16384 +#define NB_PES 8192 +/* Will be used whne NetworkOpen is ready */ typedef struct thread_ts_data_s { // FILE * stream;