Commit 2ef372ca authored by Dennis van Amerongen's avatar Dennis van Amerongen

* typo consummed -> consumed

parent 79b230a3
...@@ -232,7 +232,7 @@ void input_DecoderDecode( decoder_t * p_dec, block_t *p_block ) ...@@ -232,7 +232,7 @@ void input_DecoderDecode( decoder_t * p_dec, block_t *p_block )
/* FIXME: ideally we would check the time amount of data /* FIXME: ideally we would check the time amount of data
* in the fifo instead of its size. */ * in the fifo instead of its size. */
msg_Warn( p_dec, "decoder/packetizer fifo full (data not " msg_Warn( p_dec, "decoder/packetizer fifo full (data not "
"consummed quickly enough), resetting fifo!" ); "consumed quickly enough), resetting fifo!" );
block_FifoEmpty( p_dec->p_owner->p_fifo ); block_FifoEmpty( p_dec->p_owner->p_fifo );
} }
......
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