diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/xine-engine/audio_decoder.c | 4 | ||||
-rw-r--r-- | src/xine-engine/video_decoder.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/xine-engine/audio_decoder.c b/src/xine-engine/audio_decoder.c index f48a5a35c..c34303a52 100644 --- a/src/xine-engine/audio_decoder.c +++ b/src/xine-engine/audio_decoder.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: audio_decoder.c,v 1.130 2004/10/14 23:25:24 tmattern Exp $ + * $Id: audio_decoder.c,v 1.131 2004/12/11 23:18:02 valtri Exp $ * * * functions that implement audio decoding @@ -467,7 +467,7 @@ void _x_audio_decoder_init (xine_stream_t *stream) { _("The number of audio buffers (each is 8k in size) " "xine uses in its internal queue. Higher values " "mean smoother playback for unreliable inputs, but " - "also increased latency and memory comsumption."), + "also increased latency and memory consumption."), 20, NULL, NULL); stream->audio_fifo = _x_fifo_buffer_new (num_buffers, 8192); diff --git a/src/xine-engine/video_decoder.c b/src/xine-engine/video_decoder.c index e8110ca85..21aa51bb9 100644 --- a/src/xine-engine/video_decoder.c +++ b/src/xine-engine/video_decoder.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: video_decoder.c,v 1.152 2004/10/27 16:41:35 miguelfreitas Exp $ + * $Id: video_decoder.c,v 1.153 2004/12/11 23:18:03 valtri Exp $ * */ @@ -484,7 +484,7 @@ void _x_video_decoder_init (xine_stream_t *stream) { _("The number of video buffers (each is 8k in size) " "xine uses in its internal queue. Higher values " "mean smoother playback for unreliable inputs, but " - "also increased latency and memory comsumption."), + "also increased latency and memory consumption."), 20, NULL, NULL); stream->video_fifo = _x_fifo_buffer_new (num_buffers, 8192); |