[vlc-devel] commit: typos ( Sébastien Escudier )
git version control
git at videolan.org
Sun Mar 29 18:26:44 CEST 2009
vlc | branch: master | Sébastien Escudier <sebastien-devel at celeos.eu> | Wed Mar 25 11:12:52 2009 +0100| [b81940df0db6bc1ec78f4832b0bebd71ed4de69e] | committer: Jean-Baptiste Kempf
typos
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b81940df0db6bc1ec78f4832b0bebd71ed4de69e
---
modules/demux/mp4/mp4.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/modules/demux/mp4/mp4.c b/modules/demux/mp4/mp4.c
index 36d8e06..68d3d9d 100644
--- a/modules/demux/mp4/mp4.c
+++ b/modules/demux/mp4/mp4.c
@@ -77,8 +77,8 @@ typedef struct
uint32_t i_sample_count; /* how many samples in this chunk */
uint32_t i_sample_first; /* index of the first sample in this chunk */
- /* now provide way to calculate pts, dts, and offset without to
- much memory and with fast acces */
+ /* now provide way to calculate pts, dts, and offset without too
+ much memory and with fast access */
/* with this we can calculate dts/pts without waste memory */
uint64_t i_first_dts;
@@ -756,7 +756,7 @@ static void MP4_UpdateSeekpoint( demux_t *p_demux )
}
}
/*****************************************************************************
- * Seek: Got to i_date
+ * Seek: Go to i_date
******************************************************************************/
static int Seek( demux_t *p_demux, mtime_t i_date )
{
More information about the vlc-devel
mailing list