From 2b9048ede9c028bdebe2f1c83b5147b8c60e562a Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Thu, 17 Feb 2011 18:06:51 +0200 Subject: [PATCH] formatting: trim trailing whitespace --- ext/mad/gstmad.c | 12 ++++++------ ext/mpeg2dec/gstmpeg2dec.c | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ext/mad/gstmad.c b/ext/mad/gstmad.c index e931f16..d6e4485 100644 --- a/ext/mad/gstmad.c +++ b/ext/mad/gstmad.c @@ -1038,10 +1038,10 @@ gst_mad_check_restart (GstMad * mad) } -/* The following code has been taken from +/* The following code has been taken from * rhythmbox/metadata/monkey-media/stream-info-impl/id3-vfs/mp3bitrate.c * which took it from xine-lib/src/demuxers/demux_mpgaudio.c - * This code has been kindly relicensed to LGPL by Thibaut Mattern and + * This code has been kindly relicensed to LGPL by Thibaut Mattern and * Bastien Nocera */ #define BE_32(x) GST_READ_UINT32_BE(x) @@ -1642,11 +1642,11 @@ gst_mad_chain (GstPad * pad, GstBuffer * buffer) /* We are using the incoming timestamps to generate the outgoing ones * if available. However some muxing formats are not precise enough - * to allow us to generate a perfect stream. When converting the + * to allow us to generate a perfect stream. When converting the * timestamp to a number of encoded samples so far we are introducing - * a lot of potential error compared to our accumulated number of - * samples encoded. If the difference between those 2 numbers is - * bigger than half a frame we then use the incoming timestamp + * a lot of potential error compared to our accumulated number of + * samples encoded. If the difference between those 2 numbers is + * bigger than half a frame we then use the incoming timestamp * as a reference, otherwise we continue using our accumulated samples * counter */ if (ABS (mad->total_samples - total) > nsamples / 2) { diff --git a/ext/mpeg2dec/gstmpeg2dec.c b/ext/mpeg2dec/gstmpeg2dec.c index 44668fb..a6efa14 100644 --- a/ext/mpeg2dec/gstmpeg2dec.c +++ b/ext/mpeg2dec/gstmpeg2dec.c @@ -612,7 +612,7 @@ handle_sequence (GstMpeg2dec * mpeg2dec, const mpeg2_info_t * info) init_dummybuf (mpeg2dec); - /* Pump in some null buffers, because otherwise libmpeg2 doesn't + /* Pump in some null buffers, because otherwise libmpeg2 doesn't * initialise the discard_fbuf->id */ mpeg2_set_buf (mpeg2dec->decoder, mpeg2dec->dummybuf, NULL); mpeg2_set_buf (mpeg2dec->decoder, mpeg2dec->dummybuf, NULL); -- 2.7.4