X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=plugins%2Fmpeg%2Finput_ts.h;h=f37ad7b6df5cb394e22ee14f5562f57cdf236093;hb=945f294626b776bbabadc5627c05456a6ff0ae2b;hp=e1a23706e709558af6f11b25a199e1159b904d33;hpb=4f551c2bf0d189405e96cbbb8234ed3edd9d6d3e;p=vlc diff --git a/plugins/mpeg/input_ts.h b/plugins/mpeg/input_ts.h index e1a23706e7..f37ad7b6df 100644 --- a/plugins/mpeg/input_ts.h +++ b/plugins/mpeg/input_ts.h @@ -2,7 +2,7 @@ * input_ts.h: structures of the input not exported to other modules ***************************************************************************** * Copyright (C) 1999, 2000 VideoLAN - * $Id: input_ts.h,v 1.4 2001/03/21 13:42:34 sam Exp $ + * $Id: input_ts.h,v 1.7 2001/06/02 01:09:03 sam Exp $ * * Authors: Henri Fallon * @@ -29,6 +29,6 @@ typedef struct thread_ts_data_s { // FILE * stream; - fd_set s_fdset; + fd_set fds; } thread_ts_data_t;