Commit b8899c0c authored by Sam Hocevar's avatar Sam Hocevar

   OK, so I foired input.h once again. But this one works. For real.
parent 54eb1d5f
...@@ -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.9 2001/01/15 06:56:30 sam Exp $ * $Id: input.h,v 1.10 2001/01/15 08:07:31 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_pad_data->p_buffer)++; ((WORD_TYPE *)p_pad_data->p_payload_start)++;
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