Commit 54eb1d5f authored by Sam Hocevar's avatar Sam Hocevar

. correction d'un poliotage de copier-coller

parent c0211e9a
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* input.h: structures of the input not exported to other modules * input.h: structures of the input not exported to other modules
***************************************************************************** *****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN * Copyright (C) 1999, 2000 VideoLAN
* $Id: input.h,v 1.8 2001/01/15 06:18:23 sam Exp $ * $Id: input.h,v 1.9 2001/01/15 06:56:30 sam Exp $
* *
* Authors: * Authors:
* *
...@@ -120,7 +120,7 @@ static __inline__ void input_NullPacket( input_thread_t * p_input, ...@@ -120,7 +120,7 @@ static __inline__ void input_NullPacket( input_thread_t * p_input,
/* XXX FIXME SARASS TODO: remove the following one-liner kludge when /* XXX FIXME SARASS TODO: remove the following one-liner kludge when
* we have bitstream IV, we won't need it anymore */ * we have bitstream IV, we won't need it anymore */
((WORD_TYPE *)p_bit_stream->p_byte)++; ((WORD_TYPE *)p_pad_data->p_buffer)++;
memset( p_pad_data->p_buffer, 0, PADDING_PACKET_SIZE ); memset( p_pad_data->p_buffer, 0, PADDING_PACKET_SIZE );
p_pad_data->b_discard_payload = 1; p_pad_data->b_discard_payload = 1;
......
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