Commit 1a7ed93b authored by Laurent Aimar's avatar Laurent Aimar

* ts: fix current_next value.

parent 1c34a0ad
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* ts.c * ts.c
***************************************************************************** *****************************************************************************
* Copyright (C) 2001, 2002 VideoLAN * Copyright (C) 2001, 2002 VideoLAN
* $Id: ts.c,v 1.20 2003/05/31 21:49:12 fenrir Exp $ * $Id: ts.c,v 1.21 2003/06/01 00:26:41 fenrir Exp $
* *
* Authors: Laurent Aimar <fenrir@via.ecp.fr> * Authors: Laurent Aimar <fenrir@via.ecp.fr>
* Eric Petit <titer@videolan.org> * Eric Petit <titer@videolan.org>
...@@ -838,7 +838,7 @@ static int GetPAT( sout_mux_t *p_mux, ...@@ -838,7 +838,7 @@ static int GetPAT( sout_mux_t *p_mux,
dvbpsi_InitPAT( &pat, dvbpsi_InitPAT( &pat,
0x01, // i_ts_id 0x01, // i_ts_id
p_sys->i_pat_version_number, p_sys->i_pat_version_number,
0); // b_current_next 1 ); // b_current_next
/* add all program (only one) */ /* add all program (only one) */
dvbpsi_PATAddProgram( &pat, dvbpsi_PATAddProgram( &pat,
1, // i_number 1, // i_number
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment