summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9424c55)
raw | patch | inline | side by side (parent: 9424c55)
author | Stefan Kost <ensonic@users.sf.net> | |
Thu, 17 Feb 2011 16:06:51 +0000 (18:06 +0200) | ||
committer | Stefan Kost <ensonic@users.sf.net> | |
Thu, 17 Feb 2011 16:06:51 +0000 (18:06 +0200) |
ext/mad/gstmad.c | patch | blob | history | |
ext/mpeg2dec/gstmpeg2dec.c | patch | blob | history |
diff --git a/ext/mad/gstmad.c b/ext/mad/gstmad.c
index e931f163eac3669db62ceb34d339d2a221ea75e5..d6e4485d6a418a8a0739ea71eb974635e7d59691 100644 (file)
--- a/ext/mad/gstmad.c
+++ b/ext/mad/gstmad.c
}
-/* 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)
/* 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) {
index 44668fb4ab24859b22bd4fc17eee045230f494c4..a6efa14c6110f17a6724dad3057b303ee7d1389a 100644 (file)
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);